共用方式為


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

參數

傳回值

型別:System.Object
與註釋相關聯的物件,或 null

.NET Framework 安全性

請參閱

參考

GraphObject 類別

GetValue 多載

Microsoft.VisualStudio.GraphModel 命名空間