UCOMIEnumString.Next(Int32, String[], Int32) Metodo

Definizione

Recupera un determinato numero di elementi nella sequenza di enumerazione.

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

Parametri

celt
Int32

Numero di stringhe da restituire in rgelt.

rgelt
String[]

Il risultato restituito è un riferimento alle stringhe enumerate.

pceltFetched
Int32

Il risultato restituito è un riferimento al numero effettivo di stringhe enumerate in rgelt.

Restituisce

S_OK se il parametro pceltFetched è uguale al parametro celt; in caso contrario, S_FALSE.

Commenti

Per altre informazioni su IEnumString::Next, vedere MSDN Library.

Si applica a