Share via


GraphNode.FindDescendants Method

Definition

Walk down the containment links of this node and all it's descendants and return the unique set.

public:
 System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphNode ^> ^ FindDescendants();
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphNode> FindDescendants ();
member this.FindDescendants : unit -> seq<Microsoft.VisualStudio.GraphModel.GraphNode>
Public Function FindDescendants () As IEnumerable(Of GraphNode)

Returns

List of contained nodes

Applies to