ReadOnlyLinkedElementCollection<T>.ITypedList.GetItemProperties 方法

返回完整设置集合的项类型的可浏览的属性。如果实际项目存在于集合,则用 IMS 尽可能替换反映部分一个通过它们允许已处理的更新。

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

语法

声明
Private Function GetItemProperties ( _
    listAccessors As PropertyDescriptor() _
) As PropertyDescriptorCollection Implements ITypedList.GetItemProperties
PropertyDescriptorCollection ITypedList.GetItemProperties(
    PropertyDescriptor[] listAccessors
)

参数

返回值

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

实现

ITypedList.GetItemProperties(array<PropertyDescriptor[])

.NET Framework 安全性

请参见

参考

ReadOnlyLinkedElementCollection<T> 类

Microsoft.VisualStudio.Modeling 命名空间