_dispDebuggerEvents_OnEnterBreakModeEventHandler-Delegat
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
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispDebuggerEvents_OnEnterBreakModeEventHandler ( _
Reason As dbgEventReason, _
<OutAttribute> ByRef ExecutionAction As dbgExecutionAction _
)
[ComVisibleAttribute(false)]
public delegate void _dispDebuggerEvents_OnEnterBreakModeEventHandler(
dbgEventReason Reason,
out dbgExecutionAction ExecutionAction
)
[ComVisibleAttribute(false)]
public delegate void _dispDebuggerEvents_OnEnterBreakModeEventHandler(
[InAttribute] dbgEventReason Reason,
[InAttribute] [OutAttribute] dbgExecutionAction% ExecutionAction
)
[<ComVisibleAttribute(false)>]
type _dispDebuggerEvents_OnEnterBreakModeEventHandler =
delegate of
Reason:dbgEventReason *
ExecutionAction:dbgExecutionAction byref -> unit
JScript unterstützt keine Delegaten.
Parameter
Reason
Typ: EnvDTE.dbgEventReasonDer dbgEventReason.
ExecutionAction
Typ: EnvDTE.dbgExecutionAction%Die dbgExecutionAction.