_dispDebuggerEvents_OnEnterBreakModeEventHandler Delegate
Visual Studio 2005
This delegate supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTEAssembly: EnvDTE (in envdte.dll)
[ComVisibleAttribute(false)] public delegate void _dispDebuggerEvents_OnEnterBreakModeEventHandler ( [InAttribute] dbgEventReason Reason, [InAttribute] out dbgExecutionAction ExecutionAction )
/** @delegate */ /** @attribute ComVisibleAttribute(false) */ public delegate void _dispDebuggerEvents_OnEnterBreakModeEventHandler ( /** @attribute InAttribute() */ dbgEventReason Reason, /** @attribute InAttribute() */ /** @attribute OutAttribute() */ /** @ref */ dbgExecutionAction ExecutionAction )
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- Reason
- ExecutionAction