Condividi tramite


Metodo GraphNodeId.GetNested (array<GraphNodeId )

Ottiene un GraphNodeId annidato basato sugli identificatori specificati.Esegue una ricerca in un dizionario per ridurre al minimo il numero di GraphNodeIds.

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.GraphModel.GraphNodeId
Il GraphNodeId parziale annidati in questo.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphNodeId Classe

Overload GetNested

Spazio dei nomi Microsoft.VisualStudio.GraphModel