GraphObject.GetValue<T> 方法 (GraphProperty, Graph, GraphCategory%)
取得指定屬性的值,同時傳回此屬性值繼承來源的分類 (如果有)。
命名空間: Microsoft.VisualStudio.GraphModel
組件: Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)
語法
'宣告
Public Function GetValue(Of T) ( _
property As GraphProperty, _
schemaForInheritedProperties As Graph, _
<OutAttribute> ByRef category As GraphCategory _
) As T
public T GetValue<T>(
GraphProperty property,
Graph schemaForInheritedProperties,
out GraphCategory category
)
public:
generic<typename T>
T GetValue(
GraphProperty^ property,
Graph^ schemaForInheritedProperties,
[OutAttribute] GraphCategory^% category
)
member GetValue :
property:GraphProperty *
schemaForInheritedProperties:Graph *
category:GraphCategory byref -> 'T
JScript 不支援泛型型別或方法。
型別參數
- T
要傳回之資料的型別
參數
- property
型別:Microsoft.VisualStudio.GraphModel.GraphProperty
您要取得其值的屬性
- schemaForInheritedProperties
型別:Microsoft.VisualStudio.GraphModel.Graph
要從中擷取此物件之其他中繼資料的圖形 (或 GraphSchema)。
- category
型別:Microsoft.VisualStudio.GraphModel.GraphCategory%
屬性值繼承來源的分類,如果非繼承則為 Null
傳回值
型別:T
指定之屬性的值
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。