Debugger4.LastBreakReason Propriété

Définition

Obtient la dernière raison d'interruption d'un programme. Si le programme est en cours d’exécution, il retourne DBG_REASON_NONE.

public:
 property EnvDTE::dbgEventReason LastBreakReason { EnvDTE::dbgEventReason get(); };
public:
 property EnvDTE::dbgEventReason LastBreakReason { EnvDTE::dbgEventReason get(); };
[System.Runtime.InteropServices.DispId(109)]
public EnvDTE.dbgEventReason LastBreakReason { [System.Runtime.InteropServices.DispId(109)] get; }
[<System.Runtime.InteropServices.DispId(109)>]
[<get: System.Runtime.InteropServices.DispId(109)>]
member this.LastBreakReason : EnvDTE.dbgEventReason
Public ReadOnly Property LastBreakReason As dbgEventReason

Valeur de propriété

dbgEventReason

Valeur dbgEventReason.

Implémente

Attributs

Remarques

Consultez LastBreakReason.

S’applique à