ICorDebugArrayValue.GetElement(UInt32, Int32[], ICorDebugValue) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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