Share via


GraphGroup.GetDescendants Method

Definition

Return all descendant nodes contained by this group hierarchy.

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

Returns

Attributes

Applies to