ReadOnlyLinkedElementCollection<T>.GetItemProperties 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为集合的项类型返回一组完整的可浏览属性。 如果集合中存在真实项,则将反射的项替换为 IMS,并在可能的情况下允许通过它们进行事务更新。
protected:
System::ComponentModel::PropertyDescriptorCollection ^ GetItemProperties(cli::array <System::ComponentModel::PropertyDescriptor ^> ^ listAccessors);
protected System.ComponentModel.PropertyDescriptorCollection GetItemProperties (System.ComponentModel.PropertyDescriptor[] listAccessors);
member this.GetItemProperties : System.ComponentModel.PropertyDescriptor[] -> System.ComponentModel.PropertyDescriptorCollection
Protected Function GetItemProperties (listAccessors As PropertyDescriptor()) As PropertyDescriptorCollection
参数
- listAccessors
- PropertyDescriptor[]
用于决定要返回哪些属性的 PropertyDescriptors 数组。
返回
PropertyDescriptor 对象的集合,这些对象描述列表中的项。