Partager via


Process3.IsBeingDebugged, propriété

Obtient une valeur indiquant si le processus actuel est en cours de débogage.

Espace de noms :  EnvDTE90
Assembly :  EnvDTE90 (dans EnvDTE90.dll)

Syntaxe

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

Valeur de propriété

Type : Boolean
true si le processus est en cours de débogage ; sinon false.

Sécurité .NET Framework

Voir aussi

Référence

Process3 Interface

EnvDTE90, espace de noms