Udostępnij za pośrednictwem


Metoda _dispDebuggerEvents.OnEnterBreakMode —

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Microsoft tylko do użytku wewnętrznego.

Przestrzeń nazw:  EnvDTE
Zestaw:  EnvDTE (w EnvDTE.dll)

Składnia

'Deklaracja
Sub OnEnterBreakMode ( _
    Reason As dbgEventReason, _
    <OutAttribute> ByRef ExecutionAction As dbgExecutionAction _
)
void OnEnterBreakMode(
    dbgEventReason Reason,
    out dbgExecutionAction ExecutionAction
)
void OnEnterBreakMode(
    [InAttribute] dbgEventReason Reason, 
    [InAttribute] [OutAttribute] dbgExecutionAction% ExecutionAction
)
abstract OnEnterBreakMode : 
        Reason:dbgEventReason * 
        ExecutionAction:dbgExecutionAction byref -> unit
function OnEnterBreakMode(
    Reason : dbgEventReason, 
    ExecutionAction : dbgExecutionAction
)

Parametry

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

_dispDebuggerEvents Interfejs

Przestrzeń nazw EnvDTE