ListViewPagedDataSource.GetItemProperties(PropertyDescriptor[]) メソッド

定義

データをバインドするために使用されるプロパティを表す PropertyDescriptorCollection オブジェクトを返します。

public:
 virtual System::ComponentModel::PropertyDescriptorCollection ^ GetItemProperties(cli::array <System::ComponentModel::PropertyDescriptor ^> ^ listAccessors);
public System.ComponentModel.PropertyDescriptorCollection GetItemProperties (System.ComponentModel.PropertyDescriptor[] listAccessors);
abstract member GetItemProperties : System.ComponentModel.PropertyDescriptor[] -> System.ComponentModel.PropertyDescriptorCollection
override this.GetItemProperties : System.ComponentModel.PropertyDescriptor[] -> System.ComponentModel.PropertyDescriptorCollection
Public Function GetItemProperties (listAccessors As PropertyDescriptor()) As PropertyDescriptorCollection

パラメーター

listAccessors
PropertyDescriptor[]

コレクションから検索するバインド可能な PropertyDescriptor オブジェクトの配列。 これは null でもかまいません。

戻り値

PropertyDescriptorCollection

データをバインドするために使用されるプロパティを表す PropertyDescriptorCollection オブジェクト。

実装

注釈

メソッドを GetItemProperties 使用して、データ System.ComponentModel.PropertyDescriptorCollection のバインドに使用されるプロパティを表す オブジェクトを取得します。 メソッド GetItemProperties は、基 ITypedList.GetItemProperties になるデータ ソース オブジェクトの メソッドを呼び出します。 プロパティが DataSource または インターフェイス null を実装していない場合 System.ComponentModel.ITypedListnull 、 が返されます。

適用対象

こちらもご覧ください