Graph::GetGroupDescendants Method (IEnumerable<GraphObject^>^)
Visual Studio 2015
Gets a flat list of all the descendant nodes of the given list of graph objects where some of those objects could be groups.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: static IEnumerable<GraphNode^>^ GetGroupDescendants( IEnumerable<GraphObject^>^ graphObjects )
Parameters
- graphObjects
-
Type:
System.Collections.Generic::IEnumerable<GraphObject^>^
The list of objects to flatten.
Return Value
Type: System.Collections.Generic::IEnumerable<GraphNode^>^The flat list of all descendant nodes, including the nodes for the groups that were flattened.
Show: