BindingListCollectionView.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)

プロパティ値

コレクション内の項目のプロパティを記述するオブジェクトのコレクション。

実装

適用対象