共用方式為


GraphObject.GetValue 方法 (GraphProperty)

取得指定註釋的值。

命名空間:  Microsoft.VisualStudio.GraphModel
組件:  Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)

語法

'宣告
Public Function GetValue ( _
    property As GraphProperty _
) As Object
public Object GetValue(
    GraphProperty property
)
public:
Object^ GetValue(
    GraphProperty^ property
)
member GetValue : 
        property:GraphProperty -> Object
public function GetValue(
    property : GraphProperty
) : Object

參數

傳回值

類型:Object
針對與註解則為 null。

.NET Framework 安全性

請參閱

參考

GraphObject 類別

GetValue 多載

Microsoft.VisualStudio.GraphModel 命名空間