共用方式為


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
[輸入] 索引值的陣列,每個值都會指定 ICorDebugArrayValue 物件維度內的位置。

這個值不得為 null。

ppValue
[輸出] ICorDebugValue 物件的位址指標,代表指定元素的值。

規格需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework版本:自 1.0 起可用