Freigeben über


_dispDebuggerEvents.OnContextChanged-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Sub OnContextChanged ( _
    NewProcess As Process, _
    NewProgram As Program, _
    NewThread As Thread, _
    NewStackFrame As StackFrame _
)
void OnContextChanged(
    Process NewProcess,
    Program NewProgram,
    Thread NewThread,
    StackFrame NewStackFrame
)
void OnContextChanged(
    [InAttribute] Process^ NewProcess, 
    [InAttribute] Program^ NewProgram, 
    [InAttribute] Thread^ NewThread, 
    [InAttribute] StackFrame^ NewStackFrame
)
abstract OnContextChanged : 
        NewProcess:Process * 
        NewProgram:Program * 
        NewThread:Thread * 
        NewStackFrame:StackFrame -> unit 
function OnContextChanged(
    NewProcess : Process, 
    NewProgram : Program, 
    NewThread : Thread, 
    NewStackFrame : StackFrame
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

_dispDebuggerEvents Schnittstelle

EnvDTE-Namespace