ItemCollection.IItemProperties.ItemProperties Property

Definition

Gets a collection that contains information about the properties that are available on the items in a 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

Property Value

A collection that contains information about the properties that are available on the items in a collection.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the ItemCollection instance is cast to an IItemProperties interface.

Applies to