ICorDebugBreakpointEnum.Next(UInt32, ICorDebugBreakpoint[], UInt32) Method

Definition

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

Parameters

celt
UInt32
breakpoints
ICorDebugBreakpoint[]
pceltFetched
UInt32

Returns

Returns Int32.

Applies to