ItemCollection.IItemProperties.ItemProperties プロパティ

定義

コレクション内の項目で使用できるプロパティに関する情報を格納するコレクションを取得します。

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

プロパティ値

コレクション内の項目で使用できるプロパティに関する情報を格納するコレクション。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ItemCollection のインスタンスが IItemProperties インターフェイスにキャストされる場合のみ、使用できます。

適用対象