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 value of the given array element.
Syntax
HRESULT GetElement (
[in] ULONG32 cdim,
[in, size_is(cdim), length_is(cdim)]
ULONG32 indices[],
[out] ICorDebugValue **ppValue
);
Parameters
cdim
[in] The number of dimensions of this ICorDebugArrayValue object.
This value is also the size of the indices array because its size is equal to the number of dimensions of the ICorDebugArrayValue object.
indices
[in] An array of index values, each of which specifies a position within a dimension of the ICorDebugArrayValue object.
This value must not be null.
ppValue
[out] A pointer to the address of an ICorDebugValue object that represents the value of the specified element.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 1.0