谁能告诉我应该如何在 Windows 8 的 XAML 中的 CollectionViewSource 中设置正确的属性?
<CollectionViewSource x:Name="itemsViewSource"
Source="{Binding Items}"
d:Source="{Binding AllTasks, Source={d:DesignInstance Type=data:TaskItems, IsDesignTimeCreatable=True}}"/>
x:name 是对象的名称。什么是来源?d:Source 和 Source 有什么区别?谁能给我解释一下?