Freigeben über


_dispDebuggerEvents.OnEnterBreakMode-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

_dispDebuggerEvents Schnittstelle

EnvDTE-Namespace