UCOMIEnumConnectionPoints.Next(Int32, UCOMIConnectionPoint[], Int32) Metodo

Definizione

Recupera un determinato numero di elementi nella sequenza di enumerazione.

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

Parametri

celt
Int32

Numero di riferimenti IConnectionPointda restituire in rgelt.

rgelt
UCOMIConnectionPoint[]

In caso di esito positivo, restituisce un riferimento alle connessioni enumerate.

pceltFetched
Int32

In caso di esito positivo, restituisce un riferimento al numero effettivo di connessioni enumerate in rgelt.

Restituisce

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

Commenti

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

Si applica a