共用方式為


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 物件,表示用來繫結資料的屬性。

實作

備註

GetItemProperties使用 方法來取得 System.ComponentModel.PropertyDescriptorCollection 物件,此物件表示用來系結數據的屬性。 方法 GetItemProperties 會呼叫 ITypedList.GetItemProperties 基礎數據源物件的方法。 DataSource如果 屬性為 null 或未實System.ComponentModel.ITypedList作 介面,null則會傳回 。

適用於

另請參閱