IKeyEnumerator 接口 (dbgmodel.h)

一个枚举器,该枚举器通过对象上的键运行。

遗产

IKeyEnumerator 继承自 IUnknown。

方法

IKeyEnumerator 接口具有这些方法。

 
IKeyEnumerator::AddRef

IKeyEnumerator::AddRef 方法递增对象上接口的引用计数。
IKeyEnumerator::GetNext

向前移动迭代器并提取下一个键的名称,并根据需要提取其值(或对其的引用)和关联的元数据。
IKeyEnumerator::QueryInterface

IKeyEnumerator::QueryInterface 方法检索指向对象上支持的接口的指针。
IKeyEnumerator::Release

IKeyEnumerator::Release 方法会减少对象上接口的引用计数。
IKeyEnumerator::Reset

将枚举器重置为其初始状态。

要求

要求 价值
标头 dbgmodel.h

另请参阅

调试器数据模型C++概述