IEnumDebugObjects

此接口表示实现 IDebugObject 接口的对象的集合。

IEnumDebugObjects : IUnknown

实现者说明

表达式计算器实现此接口提供了一组对象实现 IDebugObject 接口。 注意不是标准 COM 枚举由于 IEnumDebugObjects:: GetCount 方法的显示。

调用方的说明

IDebugArrayObject:: GetElements 返回此接口。

方法按 Vtable 顺序

此接口执行以下操作方法。

方法

说明

IEnumDebugObjects:: 接下来

枚举检索下一组 IDebugObject 对象。

IEnumDebugObjects:: 跳过

跳过项指定数目的。

IEnumDebugObjects:: 重置

重置枚举先 enter。

IEnumDebugObjects:: 克隆

检索当前枚举的副本。

IEnumDebugObjects:: GetCount

检索项数在枚举的。

备注

此接口允许调试引擎枚举设置数组中的对象。

要求

标题:ee.h

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

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

请参见

参考

IDebugObject

IDebugArrayObject:: GetElements