共用方式為


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