Partager via


GraphNodeId.GetNested, méthode (array<GraphNodeId )

Obtient un GraphNodeId imbriqué en fonction de les identificateurs donnés.Effectue une recherche applicable à un Dictionary pour réduire le nombre de GraphNodeIds environnants.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.GraphModel.GraphNodeId
Le GraphNodeId partiel imbriqué dans celui-ci.

Sécurité .NET Framework

Voir aussi

Référence

GraphNodeId Classe

GetNested, surcharge

Microsoft.VisualStudio.GraphModel, espace de noms