DataViewManager.ITypedList.GetItemProperties(PropertyDescriptor[]) メソッド

定義

データ バインドに使用される各項目のプロパティを表す PropertyDescriptorCollection を返します。

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

パラメーター

listAccessors
PropertyDescriptor[]

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

戻り値

PropertyDescriptorCollection

データ バインドに使用される各項目のプロパティを表す PropertyDescriptorCollection

実装

注釈

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

適用対象