Graph.Groups Property
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.