IDebugArrayObject.GetElement(UInt32, IDebugObject) 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:
int GetElement(System::UInt32 dwIndex, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugObject ^ % ppElement);
public int GetElement(uint dwIndex, out Microsoft.VisualStudio.Debugger.Interop.IDebugObject ppElement);
abstract member GetElement : uint32 * IDebugObject -> int
Public Function GetElement (dwIndex As UInteger, ByRef ppElement As IDebugObject) As Integer
Parameters
- dwIndex
- UInt32
- ppElement
- IDebugObject