GraphNode::ParentGroups Property
Visual Studio 2015
Return all the GraphGroups that have this node listed in their ChildNodes collection (or ChildGroups collection if this node has IsGroup=true).
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: property IEnumerable<GraphGroup^>^ ParentGroups { IEnumerable<GraphGroup^>^ get(); }
Property Value
Type: System.Collections.Generic::IEnumerable<GraphGroup^>^
Show: