_dispDebuggerEvents_OnContextChangedEventHandler مفوَّض
تدعم واجهة API البنية الأساسية لـ NET Framework. ولم يتم تصميمها للاستخدام مباشرةً من التعليمة البرمجية الخاصة بك.
استخدام Microsoft الداخلي فقط.
مساحة الاسم: EnvDTE
التجميع: EnvDTE (في EnvDTE.dll)
بناء الجملة
'إقرار
<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
لا تدعم JScript المفوضين.
المعلمات
- NewProcess
النوع: EnvDTE.Process
العملية.
- NewProgram
النوع: EnvDTE.Program
البرنامج الجديد.
- NewThread
النوع: EnvDTE.Thread
مؤشر ترابط جديد.
- NewStackFrame
النوع: EnvDTE.StackFrame
إطار جديد لبنية تخزين العناصر.