共用方式為


ICorDebugArrayValue::GetElementAtPosition 方法

取得指定位置上的元素,並將此陣列視為以零起始的一維陣列。

HRESULT GetElementAtPosition (
    [in]  ULONG32          nPosition,
    [out] ICorDebugValue   **ppValue
);

參數

  • nPosition
    [in] 要擷取的元素部分。

  • ppValue
    [out] ICorDebugValue 物件之位址的指標,這個物件代表該元素的值。

備註

多維度陣列的配置會符合 C++ 的陣列配置樣式。

需求

**平台:**請參閱 .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 介面