CollectionViewSource.ItemsPath プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
CollectionViewSource 内のグループを検索するために、最上位項目から従うプロパティ パスを取得または設定します。
public:
property PropertyPath ^ ItemsPath { PropertyPath ^ get(); void set(PropertyPath ^ value); };
PropertyPath ItemsPath();
void ItemsPath(PropertyPath value);
public PropertyPath ItemsPath { get; set; }
var propertyPath = collectionViewSource.itemsPath;
collectionViewSource.itemsPath = propertyPath;
Public Property ItemsPath As PropertyPath
<CollectionViewSource ItemsPath="propertyPathString" .../>
プロパティ値
最上位の項目からグループを検索するために従うプロパティ パス。 既定値は、空の文字列から作成された PropertyPath です。 このパスは、オブジェクト自体がコレクションであることを意味します。