IDataModelScriptDebugVariableSetEnumerator 介面 (dbgmodel.h)

列舉一組變數 (自變數、參數、局部變數等等...)

繼承

IDataModelScriptDebugVariableSetEnumerator 繼承自 IUnknown。

方法

IDataModelScriptDebugVariableSetEnumerator 介面具有這些方法。

 
IDataModelScriptDebugVariableSetEnumerator::AddRef

IDataModelScriptDebugVariableSetEnumerator::AddRef 方法會遞增物件上介面的參考計數。
IDataModelScriptDebugVariableSetEnumerator::GetNext

GetNext 方法會將列舉值移至集合中的下一個變數,並傳回變數的名稱、值,以及與其相關聯的任何元數據。
IDataModelScriptDebugVariableSetEnumerator::QueryInterface

IDataModelScriptDebugVariableSetEnumerator::QueryInterface 方法會擷取對象上支援介面的指標。
IDataModelScriptDebugVariableSetEnumerator::Release

IDataModelScriptDebugVariableSetEnumerator::Release 方法會遞減物件上介面的參考計數。
IDataModelScriptDebugVariableSetEnumerator::Reset

Reset 方法會將列舉值的位置重設為建立之後緊接著的位置,也就是在集合的第一個元素之前。

規格需求

需求
標頭 dbgmodel.h

另請參閱

調試程序數據模型 C++ 概觀