Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 OnContextChanged ( _
A_1 As Process, _
A_2 As Program, _
A_3 As Thread, _
A_4 As StackFrame _
)
public virtual void OnContextChanged(
Process A_1,
Program A_2,
Thread A_3,
StackFrame A_4
)
public:
virtual void OnContextChanged(
Process^ A_1,
Program^ A_2,
Thread^ A_3,
StackFrame^ A_4
)
abstract OnContextChanged :
A_1:Process *
A_2:Program *
A_3:Thread *
A_4:StackFrame -> unit
override OnContextChanged :
A_1:Process *
A_2:Program *
A_3:Thread *
A_4:StackFrame -> unit
public function OnContextChanged(
A_1 : Process,
A_2 : Program,
A_3 : Thread,
A_4 : StackFrame
)
Parameters
- A_1
Type: EnvDTE.Process
- A_2
Type: EnvDTE.Program
- A_3
Type: EnvDTE.Thread
- A_4
Type: EnvDTE.StackFrame
Implements
_dispDebuggerEvents.OnContextChanged(Process, Program, Thread, StackFrame)
.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.