_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 _
)
'Usage
Dim instance As _dispDebuggerEvents 
Dim Reason As dbgEventReason 
Dim ExecutionAction As dbgExecutionAction

instance.OnEnterBreakMode(Reason, ExecutionAction)
void OnEnterBreakMode(
    dbgEventReason Reason,
    out dbgExecutionAction ExecutionAction
)
void OnEnterBreakMode(
    [InAttribute] dbgEventReason Reason, 
    [InAttribute] [OutAttribute] dbgExecutionAction% ExecutionAction
)
function OnEnterBreakMode(
    Reason : dbgEventReason, 
    ExecutionAction : dbgExecutionAction
)

Parameters

.NET Framework Security

See Also

Reference

_dispDebuggerEvents Interface

_dispDebuggerEvents Members

EnvDTE Namespace