IDataModelScriptDebugVariableSetEnumerator interface (dbgmodel.h)

Enumerates a set of variables (arguments, parameters, locals, etc...)

Inheritance

IDataModelScriptDebugVariableSetEnumerator inherits from IUnknown.

Methods

The IDataModelScriptDebugVariableSetEnumerator interface has these methods.

 
IDataModelScriptDebugVariableSetEnumerator::AddRef

The IDataModelScriptDebugVariableSetEnumerator::AddRef method increments the reference count for an interface on an object.
IDataModelScriptDebugVariableSetEnumerator::GetNext

The GetNext method moves the enumerator to the next variable in the set and returns the variable's name, value, and any metadata associated with it.
IDataModelScriptDebugVariableSetEnumerator::QueryInterface

The IDataModelScriptDebugVariableSetEnumerator::QueryInterface method retrieves pointers to the supported interfaces on an object.
IDataModelScriptDebugVariableSetEnumerator::Release

The IDataModelScriptDebugVariableSetEnumerator::Release method decrements the reference count for an interface on an object.
IDataModelScriptDebugVariableSetEnumerator::Reset

The Reset method resets the position of the enumerator to where it was immediately after creation -- that is, before the first element of the set.

Requirements

Requirement Value
Header dbgmodel.h

See also

Debugger Data Model C++ Overview