_dispDebuggerEvents_SinkHelper.OnEnterRunMode 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
Public Overridable Sub OnEnterRunMode ( _
A_1 As dbgEventReason _
)
public virtual void OnEnterRunMode(
dbgEventReason A_1
)
public:
virtual void OnEnterRunMode(
dbgEventReason A_1
)
abstract OnEnterRunMode :
A_1:dbgEventReason -> unit
override OnEnterRunMode :
A_1:dbgEventReason -> unit
public function OnEnterRunMode(
A_1 : dbgEventReason
)
Parameters
A_1
Type: EnvDTE.dbgEventReason
Implements
_dispDebuggerEvents.OnEnterRunMode(dbgEventReason)
.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.