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

适用于

另请参阅