GraphNode.FindAncestorGroups 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.
Returns the list of all ancestor groups that contain this node. This is different from FindAncestors in that it only returns nodes that have IsGroup=true.
public:
System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphGroup ^> ^ FindAncestorGroups();
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphGroup> FindAncestorGroups ();
member this.FindAncestorGroups : unit -> seq<Microsoft.VisualStudio.GraphModel.GraphGroup>
Public Function FindAncestorGroups () As IEnumerable(Of GraphGroup)