GraphNode::ParentGroups Property

 

Return all the GraphGroups that have this node listed in their ChildNodes collection (or ChildGroups collection if this node has IsGroup=true).

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
property IEnumerable<GraphGroup^>^ ParentGroups {
	IEnumerable<GraphGroup^>^ get();
}
Return to top
Show: