_dispDebuggerEvents::OnContextChanged Method (Process^, Program^, Thread^, StackFrame^)
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Assembly: EnvDTE (in EnvDTE.dll)
void OnContextChanged(
Process^ NewProcess,
Program^ NewProgram,
Thread^ NewThread,
StackFrame^ NewStackFrame
)
Parameters
- NewProcess
-
Type:
EnvDTE::Process^
The new process.
- NewProgram
-
Type:
EnvDTE::Program^
The new program.
- NewThread
-
Type:
EnvDTE::Thread^
The new thread.
- NewStackFrame
-
Type:
EnvDTE::StackFrame^
The new stack frame.
Show: