Compartir a través de


GraphNodeId.GetNested (Método) (array<GraphNodeId )

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: Microsoft.VisualStudio.GraphModel.GraphNodeId

Seguridad de .NET Framework

Vea también

Referencia

GraphNodeId Clase

GetNested (Sobrecarga)

Microsoft.VisualStudio.GraphModel (Espacio de nombres)