إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Gets the index of a function argument.
Syntax
HRESULT GetArgumentIndex(
[out] ULONG32* pArgumentIndex
);
Parameters
pArgumentIndex
[out] A pointer to the argument index.
Return Value
The method returns the following values.
| Value | Description |
|---|---|
S_OK |
The method call returned a valid argument index. |
E_FAIL |
The current ICorDebugVariableHome instance represents a local variable. |
Remarks
The argument index can be used to retrieve metadata for this argument.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 4.6.2
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.