ListCollectionView.ItemProperties Właściwość

Definicja

Pobiera kolekcję obiektów opisujących właściwości elementów w kolekcji.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::ComponentModel::ItemPropertyInfo ^> ^ ItemProperties { System::Collections::ObjectModel::ReadOnlyCollection<System::ComponentModel::ItemPropertyInfo ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.ComponentModel.ItemPropertyInfo> ItemProperties { get; }
member this.ItemProperties : System.Collections.ObjectModel.ReadOnlyCollection<System.ComponentModel.ItemPropertyInfo>
Public ReadOnly Property ItemProperties As ReadOnlyCollection(Of ItemPropertyInfo)

Wartość właściwości

ReadOnlyCollection<ItemPropertyInfo>

Kolekcja obiektów opisujących właściwości elementów w kolekcji.

Implementuje

Dotyczy