Share via


IEnumDebugPropertyInfo.Next(UInt32, DebugPropertyInfo[], UInt32) Method

Definition

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

Parameters

celt
UInt32
pcEltsfetched
UInt32

Returns

Applies to