任何人都可以告诉我如何在Windows 8上的XAML中的CollectionViewSource中设置正确的属性?
<CollectionViewSource x:Name="itemsViewSource"
Source="{Binding Items}"
d:Source="{Binding AllTasks, Source={d:DesignInstance Type=data:TaskItems, IsDesignTimeCreatable=True}}"/>
Run Code Online (Sandbox Code Playgroud)
x:name是对象的名称.什么来源?d:源和源之间有什么区别?有谁可以向我解释一下?