GraphNodeId::GetNested Method (array<GraphNodeId^>^)
Visual Studio 2015
Gets a nested GraphNodeId based on the given identifiers. Does a lookup against a Dictionary to minimize the number of GraphNodeIds around.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- identifiers
- Type: array<Microsoft.VisualStudio.GraphModel::GraphNodeId^>^
Return Value
Type: Microsoft.VisualStudio.GraphModel::GraphNodeId^The partial GraphNodeId nested in this one.
Show: