_dispDebuggerEvents_OnEnterBreakModeEventHandler Delegate

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 _
)
'Usage
Dim instance As New _dispDebuggerEvents_OnEnterBreakModeEventHandler(AddressOf HandlerMethod)
[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
)
JScript does not support delegates.

Parameters

See Also

Reference

EnvDTE Namespace