共用方式為


GraphObject.GetValue<T> 方法 (GraphProperty, Graph)

取得指定之屬性的值。

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

語法

'宣告
Public Function GetValue(Of T) ( _
    property As GraphProperty, _
    schemaForInheritedProperties As Graph _
) As T
public T GetValue<T>(
    GraphProperty property,
    Graph schemaForInheritedProperties
)
public:
generic<typename T>
T GetValue(
    GraphProperty^ property, 
    Graph^ schemaForInheritedProperties
)
member GetValue : 
        property:GraphProperty * 
        schemaForInheritedProperties:Graph -> 'T 
JScript 不支援泛型型別或方法。

型別參數

  • T
    要傳回之資料的型別

參數

傳回值

型別:T
指定之屬性的值

.NET Framework 安全性

請參閱

參考

GraphObject 類別

GetValue 多載

Microsoft.VisualStudio.GraphModel 命名空間