ElementTypeDescriptor.GetDisplayProperties 方法 (ModelElement, Store, PropertyDescriptor%)
返回属性说明符列出了与每个字段特性相对应
命名空间: Microsoft.VisualStudio.Modeling.Design
程序集: Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
语法
声明
Protected Function GetDisplayProperties ( _
requestor As ModelElement, _
store As Store, _
ByRef defaultPropertyDescriptor As PropertyDescriptor _
) As PropertyDescriptorCollection
protected PropertyDescriptorCollection GetDisplayProperties(
ModelElement requestor,
Store store,
ref PropertyDescriptor defaultPropertyDescriptor
)
参数
- requestor
类型:Microsoft.VisualStudio.Modeling.ModelElement
请求属性值的 ModelElement。此值可能为 null 的类型对于级 TypeDescriptor
- store
类型:Microsoft.VisualStudio.Modeling.Store
使用访问的存储 DomainInfo 从。在实例 TypeDescriptor 种情况下,这是拥有请求者的存储。
- defaultPropertyDescriptor
类型:System.ComponentModel.PropertyDescriptor%
返回值
类型:System.ComponentModel.PropertyDescriptorCollection
属性说明符列出了与每个字段特性相对应的
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。