Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the region is collapsed by default.
Namespace: Microsoft.VisualStudio.Text.Tagging
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
ReadOnly Property IsDefaultCollapsed As Boolean
bool IsDefaultCollapsed { get; }
property bool IsDefaultCollapsed {
bool get ();
}
abstract IsDefaultCollapsed : bool with get
function get IsDefaultCollapsed () : boolean
Property Value
Type: Boolean
true if the region is collapsed by default, 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.