Graph::Merge Method (IEnumerable<GraphObject^>^)
Visual Studio 2015
Merges all new nodes and links from the given list of graph objects into this graph.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- other
-
Type:
System.Collections.Generic::IEnumerable<GraphObject^>^
The list of graph objects to use as a source for merging.
Show: