ReadOnlyLinkedElementCollection<T>.GetItemProperties 方法

返回集合的项类型的完整的可浏览属性集。 如果在集合中存在实际项,则反射项替换为 IMS 项,其中可能允许通过其进行书事务更新操作。

命名空间:  Microsoft.VisualStudio.Modeling
程序集:  Microsoft.VisualStudio.Modeling.Sdk.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)

语法

声明
Protected Function GetItemProperties ( _
    listAccessors As PropertyDescriptor() _
) As PropertyDescriptorCollection
protected PropertyDescriptorCollection GetItemProperties(
    PropertyDescriptor[] listAccessors
)

参数

返回值

类型:System.ComponentModel.PropertyDescriptorCollection
描述列表中的项的 PropertyDescriptor 对象的集合。

.NET Framework 安全性

请参阅

参考

ReadOnlyLinkedElementCollection<T> 类

Microsoft.VisualStudio.Modeling 命名空间