Método GraphNodeId.GetNested (array<GraphNodeId )

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.GraphModel.GraphNodeId

Segurança do .NET Framework

Consulte também

Referência

GraphNodeId Classe

Sobrecargas GetNested

Namespace Microsoft.VisualStudio.GraphModel