Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Gets the element at the given position, treating the array as a zero-based, single-dimensional array.
Syntax
HRESULT GetElementAtPosition (
[in] ULONG32 nPosition,
[out] ICorDebugValue **ppValue
);
Parameters
nPosition
[in] The position of the element to be retrieved.
ppValue
[out] A pointer to the address of an ICorDebugValue object that represents the value of the element.
Remarks
The layout of a multi-dimension array follows the C++ style of array layout.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 1.0