Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispDebuggerEvents_OnContextChangedEventHandler ( _
NewProcess As Process, _
NewProgram As Program, _
NewThread As Thread, _
NewStackFrame As StackFrame _
)
'Usage
Dim instance As New _dispDebuggerEvents_OnContextChangedEventHandler(AddressOf HandlerMethod)
[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
)
JScript does not support delegates.
Parameters
NewProcess
Type: EnvDTE.Process
NewProgram
Type: EnvDTE.Program
NewThread
Type: EnvDTE.Thread
NewStackFrame
Type: EnvDTE.StackFrame