GraphNode::FindDescendants Method ()

 

Walk down the containment links of this node and all its descendants and return the unique set.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
IEnumerable<GraphNode^>^ FindDescendants()

Return Value

Type: System.Collections.Generic::IEnumerable<GraphNode^>^

List of contained nodes

Return to top
Show: