Condividi tramite


IEnumDebugFrameInfo2.Next(UInt32, FRAMEINFO[], UInt32) Method

Definition

public:
 int Next(System::UInt32 celt, cli::array <Microsoft::VisualStudio::Debugger::Interop::FRAMEINFO> ^ rgelt, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
public int Next(uint celt, Microsoft.VisualStudio.Debugger.Interop.FRAMEINFO[] rgelt, out uint pceltFetched);
abstract member Next : uint32 * Microsoft.VisualStudio.Debugger.Interop.FRAMEINFO[] * uint32 -> int
Public Function Next (celt As UInteger, rgelt As FRAMEINFO(), ByRef pceltFetched As UInteger) As Integer

Parameters

celt
UInt32
rgelt
FRAMEINFO[]
pceltFetched
UInt32

Returns

Applies to