Share via


IEnumDebugApplicationNodes.Next(UInt32, IDebugApplicationNode, UInt32) Method

Definition

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

Parameters

celt
UInt32
pceltFetched
UInt32

Returns

Applies to