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

'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

See Also

Reference

IOutliningRegionTag Interface

Microsoft.VisualStudio.Text.Tagging Namespace