_dispDebuggerEvents_OnContextChangedEventHandler – delegát
Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.
Microsoft pouze pro interní použití.
Obor názvů: EnvDTE
Sestavení: EnvDTE (v EnvDTE.dll)
Syntaxe
'Deklarace
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispDebuggerEvents_OnContextChangedEventHandler ( _
NewProcess As Process, _
NewProgram As Program, _
NewThread As Thread, _
NewStackFrame As StackFrame _
)
[ComVisibleAttribute(false)]
public delegate void _dispDebuggerEvents_OnContextChangedEventHandler(
Process NewProcess,
Program NewProgram,
Thread NewThread,
StackFrame NewStackFrame
)
[ComVisibleAttribute(false)]
public delegate void _dispDebuggerEvents_OnContextChangedEventHandler(
[InAttribute] Process^ NewProcess,
[InAttribute] Program^ NewProgram,
[InAttribute] Thread^ NewThread,
[InAttribute] StackFrame^ NewStackFrame
)
[<ComVisibleAttribute(false)>]
type _dispDebuggerEvents_OnContextChangedEventHandler =
delegate of
NewProcess:Process *
NewProgram:Program *
NewThread:Thread *
NewStackFrame:StackFrame -> unit
Jazyk JScript nepodporuje delegáty.
Parametry
- NewProcess
Typ: EnvDTE.Process
Proces.
- NewProgram
Typ: EnvDTE.Program
Nový program.
- NewThread
Typ: EnvDTE.Thread
Nový podproces.
- NewStackFrame
Typ: EnvDTE.StackFrame
Nový snímek zásobníku.