GraphNode::FindAncestors Method ()

 

Walks recursively up all ancestors of this node and returns the unique set.

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

public:
IEnumerable<GraphNode^>^ FindAncestors()

Return Value

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

List of parents

Return to top
Show: