ICorDebugArrayValue::GetElement 方法

获取给定数组元素的值。

语法

HRESULT GetElement (  
    [in]  ULONG32          cdim,  
    [in, size_is(cdim), length_is(cdim)]
         ULONG32           indices[],  
    [out] ICorDebugValue   **ppValue  
);  

参数

cdim
[in] 此 ICorDebugArrayValue 对象的维度数。

此值也是 indices 数组的大小,因为其大小等于 ICorDebugArrayValue 对象的维度数。

indices
[in] 一个索引值数组,其中每个索引值指定 ICorDebugArrayValue 对象的维度中的某个位置。

此值不得为 Null。

ppValue
[out] 一个指针,指向表示指定元素的值的 ICorDebugValue 对象的地址。

要求

平台:请参阅系统要求

标头:CorDebug.idl、CorDebug.h

库:CorGuids.lib

.NET Framework 版本:自 1.0 起可用