Share via


Graph.Groups Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the collection of all top-level groups.

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

Syntax

'Declaration
Public ReadOnly Property Groups As IReadOnlyCollection(Of GraphGroup)
public IReadOnlyCollection<GraphGroup> Groups { get; }
public:
property IReadOnlyCollection<GraphGroup^>^ Groups {
    IReadOnlyCollection<GraphGroup^>^ get ();
}
member Groups : IReadOnlyCollection<GraphGroup> with get
function get Groups () : IReadOnlyCollection<GraphGroup>

Property Value

Type: Microsoft.VisualStudio.GraphModel.IReadOnlyCollection<GraphGroup>

.NET Framework Security

See Also

Reference

Graph Class

Microsoft.VisualStudio.GraphModel Namespace