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
)
参数
- listAccessors
类型:array<System.ComponentModel.PropertyDescriptor[]
数组 PropertyDescriptors 使用确定哪些返回的属性。
返回值
类型:System.ComponentModel.PropertyDescriptorCollection
的 PropertyDescriptor 对象的集合列表描述项目。
实现
ITypedList.GetItemProperties(array<PropertyDescriptor[])
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。