Graph::AllGroups Property

 

Every group in the graph regardless of visibility or nesting.

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

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