UCOMIEnumConnectionPoints.Next(Int32, UCOMIConnectionPoint[], Int32) Método

Definición

Recupera un número especificado de elementos en la secuencia de enumeración.

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

Parámetros

celt
Int32

Número de IConnectionPoint referencias que se van a devolver en rgelt.

rgelt
UCOMIConnectionPoint[]

Si la devolución es correcta, una referencia a las conexiones enumeradas.

pceltFetched
Int32

Si la devolución es correcta, una referencia al número real de conexiones enumeradas en rgelt.

Devoluciones

S_OK es si el pceltFetched parámetro es igual al celt parámetro; en caso contrario, S_FALSEes .

Comentarios

Para obtener más información sobre IEnumConnectionPoints::Next, vea MSDN Library.

Se aplica a