ICollapsible.IsCollapsible Property

Determines whether this region can be collapsed.

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

Syntax

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

Property Value

Type: System.Boolean
true if this region can be collapsed, otherwise false.

.NET Framework Security

See Also

Reference

ICollapsible Interface

Microsoft.VisualStudio.Text.Outlining Namespace