Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
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 does not support delegates.
Parameters
- Reason
Type: EnvDTE.dbgEventReason
The dbgEventReason.
- ExecutionAction
Type: EnvDTE.dbgExecutionAction%
Th dbgExecutionAction.