GraphNodeId::RemovedNestedNames Method (array<GraphNodeIdName^>^)
Visual Studio 2015
Returns a partial GraphNodeId that contains the given GraphNodeIdName.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- names
-
Type:
array<Microsoft.VisualStudio.GraphModel::GraphNodeIdName^>^
The names to search for.
Return Value
Type: Microsoft.VisualStudio.GraphModel::GraphNodeId^The partial GraphNodeId matching the given names.
Show: