Partager via


Breakpoint3.Enabled, propriété

Définit ou retourne l'état activé du point d'arrêt.

Espace de noms :  EnvDTE90a
Assembly :  EnvDTE90a (dans EnvDTE90a.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
Valeur booléenne qui est true si le point d'arrêt est activé, sinon false.

Notes

Consultez Enabled.

Sécurité .NET Framework

Voir aussi

Référence

Breakpoint3 Interface

EnvDTE90a, espace de noms