Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Enumerates arguments to the function in this frame.
The EnumerateArguments method returns a variable set (represented by an IDataModelScriptDebugVariableSetEnumerator interface) for all function arguments of the function called in the stack frame represented by the IDataModelScriptDebugStackFrame interface on which this method was called.
Syntax
HRESULT EnumerateArguments(
IDataModelScriptDebugVariableSetEnumerator **variablesEnum
);
Parameters
variablesEnum
A variable set enumerator which enumerates all function arguments of the function called in the given stack frame.
Return value
This method returns HRESULT which indicates success or failure.
Requirements
| Requirement | Value |
|---|---|
| Header | dbgmodel.h |