OutliningRegionTag.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
Public Property IsDefaultCollapsed As Boolean
public bool IsDefaultCollapsed { get; private set; }
public:
virtual property bool IsDefaultCollapsed {
    bool get () sealed;
    private: void set (bool value) sealed;
}
abstract IsDefaultCollapsed : bool with get, private set 
override IsDefaultCollapsed : bool with get, private set
final function get IsDefaultCollapsed () : boolean 
private final function set IsDefaultCollapsed (value : boolean)

Property Value

Type: Boolean
true if the region is collapsed by default, otherwise false.

Implements

IOutliningRegionTag.IsDefaultCollapsed

.NET Framework Security

See Also

Reference

OutliningRegionTag Class

Microsoft.VisualStudio.Text.Tagging Namespace