共用方式為


ICorDebugArrayValue::GetElement 方法

取得指定之陣列元素的值。

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

參數

  • cdim
    [in] 此 ICorDebugArrayValue 物件的維度 (Dimension) 數目。

    這個值也是 indices 陣列的大小,因為其大小等於 ICorDebugArrayValue 物件的維度數目。

  • indices
    [in] 索引值的陣列,每一個值都會指定 ICorDebugArrayValue 物件維度內的位置。

    這個值不可以是 null。

  • ppValue
    [out] ICorDebugValue 物件位址的指標,表示指定之元素的值。

需求

**平台:**請參閱 .NET Framework 系統需求

**標頭:**CorDebug.idl、CorDebug.h

**程式庫:**CorGuids.lib

**.NET Framework 版本:**4、3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0、1.1、1.0

請參閱

參考

ICorDebugArrayValue 介面