Share via


Graph.VisibleTopLevelGroups Property

Returns the visible top-level groups (node.IsVisible == true).

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

Syntax

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

Property Value

Type: IEnumerable<GraphGroup>

.NET Framework Security

See Also

Reference

Graph Class

Microsoft.VisualStudio.GraphModel Namespace