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