Compartilhar via


Método IVsUIEnumDataSourceVerbs.Next (UInt32, String , UInt32)

 

Retorna um número de itens da enumeração.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Sintaxe

int Next(
    uint celt,
    string[] rgelt,
    out uint pceltFetched
)
int Next(
    unsigned int celt,
    array<String^>^ rgelt,
    [OutAttribute] unsigned int% pceltFetched
)
abstract Next : 
        celt:uint32 *
        rgelt:string[] *
        pceltFetched:uint32 byref -> int
Function Next (
    celt As UInteger,
    rgelt As String(),
    <OutAttribute> ByRef pceltFetched As UInteger
) As Integer

Parâmetros

  • celt
    [in] O número de itens para retornar.
  • rgelt
    [out] Local para receber a matriz de nomes de verbo.
  • pceltFetched
    [out] O número real de nomes de verbo é retornado.

Valor de retorno

Type: System.Int32

Retorna S_OK se os verbos foram retornados.

Consulte também

Interface IVsUIEnumDataSourceVerbs
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo