共用方式為


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

參數

傳回值

型別:Microsoft.VisualStudio.GraphModel.GraphNodeId
在這個巢狀 GraphNodeId 部分。

.NET Framework 安全性

請參閱

參考

GraphNodeId 類別

GetNested 多載

Microsoft.VisualStudio.GraphModel 命名空間