_dispDebuggerEvents.OnContextChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft Internal Use Only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
void OnContextChanged(EnvDTE::Process ^ NewProcess, EnvDTE::Program ^ NewProgram, EnvDTE::Thread ^ NewThread, EnvDTE::StackFrame ^ NewStackFrame);
public:
void OnContextChanged(EnvDTE::Process ^ NewProcess, EnvDTE::Program ^ NewProgram, EnvDTE::Thread ^ NewThread, EnvDTE::StackFrame ^ NewStackFrame);
void OnContextChanged(EnvDTE::Process const & NewProcess, EnvDTE::Program const & NewProgram, EnvDTE::Thread const & NewThread, EnvDTE::StackFrame const & NewStackFrame);
[System.Runtime.InteropServices.DispId(6)]
public void OnContextChanged (EnvDTE.Process NewProcess, EnvDTE.Program NewProgram, EnvDTE.Thread NewThread, EnvDTE.StackFrame NewStackFrame);
[<System.Runtime.InteropServices.DispId(6)>]
abstract member OnContextChanged : EnvDTE.Process * EnvDTE.Program * EnvDTE.Thread * EnvDTE.StackFrame -> unit
Public Sub OnContextChanged (NewProcess As Process, NewProgram As Program, NewThread As Thread, NewStackFrame As StackFrame)
Parameters
- NewProcess
- Process
The new process.
- NewProgram
- Program
The new program.
- NewThread
- Thread
The new thread.
- NewStackFrame
- StackFrame
The new stack frame.
- Attributes