ListViewPagedDataSource.GetItemProperties(PropertyDescriptor[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个 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
则返回 。