Partilhar via


Método IVsEnumDebugName.Next

Recupera os nomes da seqüência de enumeração de depuração.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
Function Next ( _
    celt As UInteger, _
    <OutAttribute> rgelt As IVsDebugName(), _
    <OutAttribute> ByRef pceltFetched As UInteger _
) As Integer
int Next(
    uint celt,
    IVsDebugName[] rgelt,
    out uint pceltFetched
)
int Next(
    [InAttribute] unsigned int celt, 
    [OutAttribute] array<IVsDebugName^>^ rgelt, 
    [OutAttribute] unsigned int% pceltFetched
)
abstract Next : 
        celt:uint32 * 
        rgelt:IVsDebugName[] byref * 
        pceltFetched:uint32 byref -> int
function Next(
    celt : uint, 
    rgelt : IVsDebugName[], 
    pceltFetched : uint
) : int

Parâmetros

  • celt
    Tipo: UInt32

    [in] O número solicitado de DebugNames para recuperar.

  • pceltFetched
    Tipo: UInt32%

    [out] Ponteiro para o número real de regiões ocultas fornecido no pceltFetched. O chamador desse método possível defini-la nulluma referência nula (Nothing no Visual Basic) se celt é um.

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De textmgr.idl:

[C++]

HRESULT IVsEnumDebugName::Next(
   [in] ULONG celt,
   [out, size_is(celt), length_is(*pceltFetched)] IVsDebugName **rgelt,
   [out] ULONG *pceltFetched
);

Segurança do .NET Framework

Consulte também

Referência

IVsEnumDebugName Interface

Namespace Microsoft.VisualStudio.TextManager.Interop