ICollapsible.IsCollapsed Property

Determines whether this outlining region is collapsed.

Namespace:  Microsoft.VisualStudio.Text.Outlining
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
ReadOnly Property IsCollapsed As Boolean
bool IsCollapsed { get; }
property bool IsCollapsed {
    bool get ();
}
abstract IsCollapsed : bool
function get IsCollapsed () : boolean

Property Value

Type: System.Boolean
true if this outlining region is collapsed, otherwise false.

.NET Framework Security

See Also

Reference

ICollapsible Interface

Microsoft.VisualStudio.Text.Outlining Namespace