_dispDebuggerEvents_SinkHelper.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:
override void OnContextChanged(EnvDTE::Process ^ A_1, EnvDTE::Program ^ A_2, EnvDTE::Thread ^ A_3, EnvDTE::StackFrame ^ A_4);
public:
virtual void OnContextChanged(EnvDTE::Process ^ A_1, EnvDTE::Program ^ A_2, EnvDTE::Thread ^ A_3, EnvDTE::StackFrame ^ A_4);
public:
override void OnContextChanged(EnvDTE::Process ^ A_1, EnvDTE::Program ^ A_2, EnvDTE::Thread ^ A_3, EnvDTE::StackFrame ^ A_4);
override void OnContextChanged(EnvDTE::Process const & A_1, EnvDTE::Program const & A_2, EnvDTE::Thread const & A_3, EnvDTE::StackFrame const & A_4);
public override void OnContextChanged (EnvDTE.Process A_1, EnvDTE.Program A_2, EnvDTE.Thread A_3, EnvDTE.StackFrame A_4);
public void OnContextChanged (EnvDTE.Process A_1, EnvDTE.Program A_2, EnvDTE.Thread A_3, EnvDTE.StackFrame A_4);
abstract member OnContextChanged : EnvDTE.Process * EnvDTE.Program * EnvDTE.Thread * EnvDTE.StackFrame -> unit
override this.OnContextChanged : EnvDTE.Process * EnvDTE.Program * EnvDTE.Thread * EnvDTE.StackFrame -> unit
Public Overrides Sub OnContextChanged (A_1 As Process, A_2 As Program, A_3 As Thread, A_4 As StackFrame)
Public Sub OnContextChanged (A_1 As Process, A_2 As Program, A_3 As Thread, A_4 As StackFrame)
Parameters
- A_1
- Process
- A_2
- Program
- A_3
- Thread
- A_4
- StackFrame