IEnumDebugBoundBreakpoints2

此接口枚举绑定断点与挂起的断点或断点绑定事件。

IEnumDebugBoundBreakpoints2 : IUnknown

实现者说明

调试引擎 (DE)实现此接口作为其一部分为断点支持。 此接口,如果断点支持,必须实现。

调用方的说明

Visual Studio 会调用:

方法按 Vtable 顺序

下表显示 IEnumDebugBoundBreakpoints2方法。

方法

说明

IEnumDebugBoundBreakpoints2:: 接下来

检索绑定断点指定数目的枚举序列的。

IEnumDebugBoundBreakpoints2:: 跳过

跳过绑定断点指定数目的枚举序列的。

IEnumDebugBoundBreakpoints2:: 重置

重置枚举序列与开头。

IEnumDebugBoundBreakpoints2:: 克隆

创建包含枚举状态和枚举当前枚举数相同的枚举数。

IEnumDebugBoundBreakpoints2:: GetCount

获取绑定断点数在枚举数。

备注

Visual Studio 使用此接口表示的绑定断点更新断点在 IDE 中显示。

要求

标题:msdbg.h

命名空间:Microsoft.VisualStudio.Debugger.Interop

程序集:Microsoft.VisualStudio.Debugger.Interop.dll

请参见

参考

IDebugBreakpointBoundEvent2:: EnumBoundBreakpoints

IDebugPendingBreakpoint2:: EnumBoundBreakpoints

IDebugPendingBreakpoint2:: EnumBoundBreakpoints

概念

核心接口