CollectionViewSource.ItemsPath Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan atau mengatur jalur properti untuk diikuti dari item tingkat atas untuk menemukan grup dalam 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" .../>
Nilai Properti
Jalur properti untuk diikuti dari item tingkat atas untuk menemukan grup. Defaultnya adalah PropertyPath yang dibuat dari string kosong. Jalur ini menyiratkan bahwa objek itu sendiri adalah koleksi.