_dispDebuggerEvents.OnEnterBreakMode Method
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
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
)
Parameters
- Reason
Type: EnvDTE.dbgEventReason
The reason for the action.
- ExecutionAction
Type: EnvDTE.dbgExecutionAction%
The action.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.