GraphNodeId.GetNested 方法 (GraphNodeIdName, Object)
取得 GraphNodeId 根據名稱和值。 針對 Dictionary 進行查閱以盡量減少周圍 GraphNodeId 的數目。
命名空間: Microsoft.VisualStudio.GraphModel
組件: Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)
語法
'宣告
Public Shared Function GetNested ( _
name As GraphNodeIdName, _
value As Object _
) As GraphNodeId
public static GraphNodeId GetNested(
GraphNodeIdName name,
Object value
)
public:
static GraphNodeId^ GetNested(
GraphNodeIdName^ name,
Object^ value
)
static member GetNested :
name:GraphNodeIdName *
value:Object -> GraphNodeId
public static function GetNested(
name : GraphNodeIdName,
value : Object
) : GraphNodeId
參數
- name
型別:Microsoft.VisualStudio.GraphModel.GraphNodeIdName
要搜尋的值的名稱。
- value
型別:System.Object
要搜尋的值。
傳回值
型別:Microsoft.VisualStudio.GraphModel.GraphNodeId
根據名稱和值的部分 GraphNodeId。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。