Compartilhar via


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

 

Recupera um número especificado de itens na sequência de enumeração.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

int Next(
    int celt,
    UCOMIConnectionPoint[] rgelt,
    out int pceltFetched
)
int Next(
    int celt,
    array<UCOMIConnectionPoint^>^ rgelt,
    [OutAttribute] int% pceltFetched
)
abstract Next : 
        celt:int *
        rgelt:UCOMIConnectionPoint[] *
        pceltFetched:int byref -> int
Function Next (
    celt As Integer,
    rgelt As UCOMIConnectionPoint(),
    <OutAttribute> ByRef pceltFetched As Integer
) As Integer

Parâmetros

  • celt
    Type: System.Int32

    O número de IConnectionPoint referências a retornar em rgelt.

  • pceltFetched
    Type: System.Int32

    No retorno bem-sucedido, uma referência para o número real de conexões enumerados no rgelt.

Valor Retornado

Type: System.Int32

S_OK Se o pceltFetched parâmetro for igual a celt parâmetro; caso contrário, S_FALSE.

Comentários

Para obter mais informações sobre IEnumConnectionPoints::Next, consulte a MSDN Library.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Interface UCOMIEnumConnectionPoints
Namespace System.Runtime.InteropServices

Retornar ao início