GraphNodeId::GetNested Method (array<GraphNodeId^>^)

 

Gets a nested GraphNodeId based on the given identifiers. Does a lookup against a Dictionary to minimize the number of GraphNodeIds around.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
static GraphNodeId^ GetNested(
	... array<GraphNodeId^>^ identifiers
)

Parameters

identifiers
Type: array<Microsoft.VisualStudio.GraphModel::GraphNodeId^>^

Return Value

Type: Microsoft.VisualStudio.GraphModel::GraphNodeId^

The partial GraphNodeId nested in this one.

Return to top
Show: