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

Obtiene un GraphNodeId anidados basado en identificadores especificados.Realiza una búsqueda con un diccionario para minimizar el número de GraphNodeIds sobre.

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
El GraphNodeId parcial anidado en éste.

Seguridad de .NET Framework

Vea también

Referencia

GraphNodeId Clase

GetNested (Sobrecarga)

Microsoft.VisualStudio.GraphModel (Espacio de nombres)