IItemProperties.ItemProperties プロパティ

定義

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

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)

プロパティ値

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

適用対象