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

實作

備註

這個成員是明確介面成員實作, 只有在 DataViewManager 執行個體轉換成 ITypedList 介面時,才能使用這個成員。

適用於