IDataModelScriptDebugVariableSetEnumerator::Reset method (dbgmodel.h)

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.

Syntax

HRESULT Reset();

Return value

This method returns HRESULT which indicates success or failure.

Requirements

Requirement Value
Header dbgmodel.h

See also

IDataModelScriptDebugVariableSetEnumerator interface