GraphNode.FindAncestors 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.
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