GraphNode.FindDescendants Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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