GraphDataObject::GetSubset Method (IEnumerable<GraphNode^>^, Int32)
Visual Studio 2015
Helper method that a new Graph that contains all the selected nodes plus links and nodes linked to up to the given number of levels of indirection
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- selection
-
Type:
System.Collections.Generic::IEnumerable<GraphNode^>^
The selected nodes to clone
- levels
-
Type:
System::Int32
The number of levels of indirection to include in the new graph
Show: