Share via


Graph.GetGroupDescendants Method

Include Protected Members
Include Inherited Members

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member GetGroupDescendants(IEnumerable<GraphObject>) Gets a flat list of all the descendant nodes of the given list of graph objects where some of those objects could be groups.
Public methodStatic member GetGroupDescendants(IEnumerable<GraphObject>, Predicate<GraphGroup>, Predicate<GraphNode>) Gets a flat list of all the descendant nodes of the given list of graph objects where some of those objects could be groups, filtered to include only the nodes and groups that match the given predicates.

Top

See Also

Reference

Graph Class

Microsoft.VisualStudio.GraphModel Namespace