Share via


IEnumString.Next(UInt32, String[], UInt32) Method

Definition

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

Parameters

celt
UInt32
rgelt
String[]
pceltFetched
UInt32

Returns

Applies to