다음을 통해 공유


GraphNodeId.GetNested 메서드 (array<GraphNodeId[])

지정 된 식별자를 기준으로 한 중첩 된 GraphNodeId를 가져옵니다. 주위 Graphnodeids의 수를 최소화할 수 있는 사전에 대한 조회를 수행 합니다.

네임스페이스:  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 네임스페이스