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
- 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.