ProtoElementBase.GetPropertyValue 方法

获取指定域属性的值。

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

语法

声明
Public Function GetPropertyValue ( _
    domainPropertyId As Guid _
) As Object
public Object GetPropertyValue(
    Guid domainPropertyId
)

参数

  • domainPropertyId
    类型:System.Guid
    要检查的域属性的 Guid id标识。

返回值

类型:System.Object
域指定的属性的值。Null,如果没有找到。

.NET Framework 安全性

请参阅

参考

ProtoElementBase 类

Microsoft.VisualStudio.Modeling 命名空间