GraphNode::FindAncestorGroups Method ()
Visual Studio 2015
Returns the list of all ancestor groups that contain this node. This differs from FindAncestors because it only returns nodes that have IsGroup=true.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Return Value
Type: System.Collections.Generic::IEnumerable<GraphGroup^>^
Show: