Condividi tramite


Proprietà Debugger5.LastBreakReason

Ottiene l'ultima causa dell'interruzione di un programma. Se il programma è in esecuzione, viene restituito DBG_REASON_NONE.

Spazio dei nomi:  EnvDTE100
Assembly:  EnvDTE100 (in EnvDTE100.dll)

Sintassi

'Dichiarazione
ReadOnly Property LastBreakReason As dbgEventReason
dbgEventReason LastBreakReason { get; }
property dbgEventReason LastBreakReason {
    dbgEventReason get ();
}
abstract LastBreakReason : dbgEventReason with get
function get LastBreakReason () : dbgEventReason

Valore proprietà

Tipo: dbgEventReason
Valore di dbgEventReason.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Debugger5 Interfaccia

Spazio dei nomi EnvDTE100