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
- identifiers
Type : array<Microsoft.VisualStudio.GraphModel.GraphNodeId[]
Valeur de retour
Type : Microsoft.VisualStudio.GraphModel.GraphNodeId
Le GraphNodeId partiel imbriqué dans celui-ci.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.