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