_dispDebuggerEvents.OnEnterBreakMode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft Internal Use Only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
void OnEnterBreakMode(EnvDTE::dbgEventReason Reason, [Runtime::InteropServices::Out] EnvDTE::dbgExecutionAction % ExecutionAction);
public:
void OnEnterBreakMode(EnvDTE::dbgEventReason Reason, [Runtime::InteropServices::Out] EnvDTE::dbgExecutionAction & ExecutionAction);
void OnEnterBreakMode(EnvDTE::dbgEventReason Reason, [Runtime::InteropServices::Out] EnvDTE::dbgExecutionAction & ExecutionAction);
[System.Runtime.InteropServices.DispId(3)]
public void OnEnterBreakMode (EnvDTE.dbgEventReason Reason, out EnvDTE.dbgExecutionAction ExecutionAction);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member OnEnterBreakMode : EnvDTE.dbgEventReason * dbgExecutionAction -> unit
Public Sub OnEnterBreakMode (Reason As dbgEventReason, ByRef ExecutionAction As dbgExecutionAction)
Parameters
- Reason
- dbgEventReason
The reason for the action.
- ExecutionAction
- dbgExecutionAction
The action.
- Attributes