,当调试器更改模式时,提供通知。调试器在三种模式之一运行:运行,中断或模型。接口是 IVsDebugger 接口的 AdviseDebuggerEvents 方法的参数。接口是事件接收器,事件的收件人,实现由需更改的通知在调试器中的元素。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)
语法
声明
<GuidAttribute("7D960B15-7AF8-11D0-8E5E-00A0C911005A")> _
<InterfaceTypeAttribute()> _
Public Interface IVsDebuggerEvents
[GuidAttribute("7D960B15-7AF8-11D0-8E5E-00A0C911005A")]
[InterfaceTypeAttribute()]
public interface IVsDebuggerEvents
IVsDebuggerEvents 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
![]() |
OnModeChange | ,在调试方式更改时,指定调用的函数。 |
页首