IOutliningRegionTag.IsDefaultCollapsed Property
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
'宣言
ReadOnly Property IsDefaultCollapsed As Boolean
Get
bool IsDefaultCollapsed { get; }
property bool IsDefaultCollapsed {
bool get ();
}
abstract IsDefaultCollapsed : bool
function get IsDefaultCollapsed () : boolean
Property Value
Type: System.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.