Graph::FindCommonAncestor Method (IEnumerable<GraphNode^>^)
Visual Studio 2015
Finds the common ancestor of all the nodes in the given collection.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- nodes
-
Type:
System.Collections.Generic::IEnumerable<GraphNode^>^
The set of nodes to search.
Return Value
Type: Microsoft.VisualStudio.GraphModel::GraphGroup^The common ancestor group, or null if there is none.
Show: