GraphNode.FindAncestors Method

Definition

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

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

Returns

List of parents

Applies to