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