Share via


IDebugArrayObject.GetElement(UInt32, IDebugObject) Method

Definition

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

Returns

Applies to