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 命名空间