ListCollectionView.ItemProperties Propriété

Définition

Obtient une collection d'objets qui décrit les propriétés des éléments dans la collection.

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)

Valeur de propriété

ReadOnlyCollection<ItemPropertyInfo>

Collection d'objets qui décrit les propriétés des éléments dans la collection.

Implémente

S’applique à