ItemCollection.IItemProperties.ItemProperties Propriété

Définition

Obtient une collection qui contient des informations à propos des propriétés disponibles sur les éléments dans une collection.

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

Valeur de propriété

Collection qui contient des informations à propos des propriétés disponibles sur les éléments dans une collection.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ItemCollection est castée en interface IItemProperties.

S’applique à