_dispDebuggerEvents.OnEnterBreakMode Method

Definition

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

Applies to