Freigeben über


ITextViewMargin.Enabled-Eigenschaft

Bestimmt, ob der Rand aktiviert ist.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
ReadOnly Property Enabled As Boolean
bool Enabled { get; }
property bool Enabled {
    bool get ();
}
abstract Enabled : bool with get
function get Enabled () : boolean

Eigenschaftswert

Typ: Boolean
true , wenn der Rand aktiviert ist, andernfalls false.

Ausnahmen

Ausnahme Bedingung
ObjectDisposedException

Der Rand wird losgelassen.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextViewMargin Schnittstelle

Microsoft.VisualStudio.Text.Editor-Namespace