ICorDebugArrayValue.GetElement(UInt32, Int32[], ICorDebugValue) Method
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.
C++
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)
- cdim
- UInt32
- indices
- Int32[]
- ppValue
- ICorDebugValue
Produkt | Wersje |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |