PagedDataSource.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

実装

注釈

メソッドを GetItemProperties 使用して、データのバインドに使用される各項目のプロパティを表す を作成 System.ComponentModel.PropertyDescriptorCollection します。 プロパティが DataSource 実装 null されたオブジェクトであるか、実装されていない System.ComponentModel.ITypedList 場合は、 null が返されます。 GetItemProperties メソッドの詳細については、ITypedList.GetItemProperties を参照してください。

適用対象

こちらもご覧ください