ElementPropertyDescriptor.DomainPropertyInfo 属性

获取用于生成该属性描述符的属性信息对象。

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

语法

声明
Public ReadOnly Property DomainPropertyInfo As DomainPropertyInfo
public DomainPropertyInfo DomainPropertyInfo { get; }

属性值

类型:Microsoft.VisualStudio.Modeling.DomainPropertyInfo
用于生成该属性描述符的属性信息对象。

备注

始终返回此静态信息的生成

.NET Framework 安全性

请参阅

参考

ElementPropertyDescriptor 类

Microsoft.VisualStudio.Modeling.Design 命名空间

ElementPropertyDescriptor