OutliningEnabledEventArgs.Enabled, propriété

Détermine si le mode Plan est activé ou désactivé.

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

Syntaxe

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

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

OutliningEnabledEventArgs Classe

Microsoft.VisualStudio.Text.Outlining, espace de noms