GraphGroup.GetDescendantGroups Method

Definition

Return all descendant groups contained by this group hierarchy, including this group.

public:
 System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphGroup ^> ^ GetDescendantGroups();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphGroup+<GetDescendantGroups>d__32))]
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphGroup> GetDescendantGroups ();
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.GraphModel.GraphGroup+<GetDescendantGroups>d__32))>]
member this.GetDescendantGroups : unit -> seq<Microsoft.VisualStudio.GraphModel.GraphGroup>
Public Iterator Function GetDescendantGroups () As IEnumerable(Of GraphGroup)

Returns

Attributes

Applies to