ICorDebugArrayValue.GetElement(UInt32, Int32[], ICorDebugValue) Method

Definition

public:
 void GetElement(System::UInt32 cdim, cli::array <int> ^ indices, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue ^ % ppValue);
public void GetElement (uint cdim, int[] indices, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue ppValue);
abstract member GetElement : uint32 * int[] * ICorDebugValue -> unit
Public Sub GetElement (cdim As UInteger, indices As Integer(), ByRef ppValue As ICorDebugValue)

Parameters

cdim
UInt32
indices
Int32[]
ppValue
ICorDebugValue

Applies to