Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
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 |