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
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: System.Boolean
true if the region is collapsed by default, otherwise false.
Implements
IOutliningRegionTag.IsDefaultCollapsed
.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.