GraphNodeId.GetNested Méthode

Définition

Surcharges

GetNested(GraphNodeId[])

Obtient un GraphNodeId imbriqué en fonction des identificateurs donnés. Effectue une recherche sur un dictionnaire pour réduire le nombre de GraphNodeIds autour de.

GetNested(GraphNodeIdName, Object)

Obtient un GraphNodeId en fonction du nom et de la valeur. Effectue une recherche sur un dictionnaire pour réduire le nombre de GraphNodeIds autour de.

GetNested(GraphNodeId[])

Obtient un GraphNodeId imbriqué en fonction des identificateurs donnés. Effectue une recherche sur un dictionnaire pour réduire le nombre de GraphNodeIds autour de.

public:
 static Microsoft::VisualStudio::GraphModel::GraphNodeId ^ GetNested(... cli::array <Microsoft::VisualStudio::GraphModel::GraphNodeId ^> ^ identifiers);
public static Microsoft.VisualStudio.GraphModel.GraphNodeId GetNested (params Microsoft.VisualStudio.GraphModel.GraphNodeId[] identifiers);
static member GetNested : Microsoft.VisualStudio.GraphModel.GraphNodeId[] -> Microsoft.VisualStudio.GraphModel.GraphNodeId
Public Shared Function GetNested (ParamArray identifiers As GraphNodeId()) As GraphNodeId

Paramètres

identifiers
GraphNodeId[]

Retours

GraphNodeId

GraphNodeId partiel imbriqué dans celui-ci

S’applique à

GetNested(GraphNodeIdName, Object)

Obtient un GraphNodeId en fonction du nom et de la valeur. Effectue une recherche sur un dictionnaire pour réduire le nombre de GraphNodeIds autour de.

public:
 static Microsoft::VisualStudio::GraphModel::GraphNodeId ^ GetNested(Microsoft::VisualStudio::GraphModel::GraphNodeIdName ^ name, System::Object ^ value);
public static Microsoft.VisualStudio.GraphModel.GraphNodeId GetNested (Microsoft.VisualStudio.GraphModel.GraphNodeIdName name, object value);
static member GetNested : Microsoft.VisualStudio.GraphModel.GraphNodeIdName * obj -> Microsoft.VisualStudio.GraphModel.GraphNodeId
Public Shared Function GetNested (name As GraphNodeIdName, value As Object) As GraphNodeId

Paramètres

name
GraphNodeIdName

Nom de la valeur à rechercher

value
Object

Valeur à rechercher

Retours

GraphNodeId

GraphNodeId partiel basé sur le nom et la valeur

S’applique à