共用方式為


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++概觀