Partager via


IOutliningManager.Enabled, propriété

Détermine si le mode Plan est activé.

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

Syntaxe

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

Valeur de propriété

Type : Boolean
true si le mode plan est activé, sinon false.

Sécurité .NET Framework

Voir aussi

Référence

IOutliningManager Interface

Microsoft.VisualStudio.Text.Outlining, espace de noms