Graph::Groups Property

 

Gets the collection of all top-level groups.

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

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