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の違いは何ですか?誰かが私にそれを説明できますか?