Share via


IItemProperties.ItemProperties Eigenschaft

Definition

Ruft eine Auflistung ab, die Informationen zu den Eigenschaften enthält, die für die Elemente in einer Auflistung verfügbar sind.

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)

Eigenschaftswert

Eine Auflistung, die Informationen zu den Eigenschaften enthält, die für die Elemente in einer Auflistung verfügbar sind.

Gilt für: