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
    Get
bool IsBeingDebugged { get; }
property bool IsBeingDebugged {
    bool get ();
}
abstract IsBeingDebugged : bool
function get IsBeingDebugged () : boolean

Valeur de propriété

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

Implémentations

Process2.IsBeingDebugged

Sécurité .NET Framework

Voir aussi

Référence

Process3 Interface

IsBeingDebugged, surcharge

EnvDTE90, espace de noms