Share via


ITextViewMargin.Enabled, propriété

Détermine si la marge est activée.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

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

Valeur de propriété

Type : Boolean
true si la marge est activée, sinon false.

Exceptions

Exception Condition
ObjectDisposedException

La marge est supprimée.

Sécurité .NET Framework

Voir aussi

Référence

ITextViewMargin Interface

Microsoft.VisualStudio.Text.Editor, espace de noms