共用方式為


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