ReadOnlyLinkedElementCollection<T>.ITypedList.GetItemProperties 方法

定义

为集合的项类型返回一组完整的可浏览属性。 如果集合中存在真实项,则将反射的项替换为 IMS,并在可能的情况下允许通过它们进行事务更新。

 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[]

用于决定要返回哪些属性的 PropertyDescriptors 数组。

返回

PropertyDescriptorCollection

PropertyDescriptor 对象的集合,这些对象描述列表中的项。

实现

适用于