共用方式為


ProtoElementBase.GetPropertyValue 方法

取得指定之網域屬性的值。

命名空間:  Microsoft.VisualStudio.Modeling
組件:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.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 命名空間