GraphObject.GetValue 方法 (String)

获取指定属性的值。

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

语法

声明
Public Function GetValue ( _
    propertyId As String _
) As Object
public Object GetValue(
    string propertyId
)
public:
Object^ GetValue(
    String^ propertyId
)
member GetValue : 
        propertyId:string -> Object
public function GetValue(
    propertyId : String
) : Object

参数

  • propertyId
    类型:String

    批注键。

返回值

类型:Object
对象与属性则为 null。

.NET Framework 安全性

请参阅

参考

GraphObject 类

GetValue 重载

Microsoft.VisualStudio.GraphModel 命名空间