Compartir a través de


IVsEnumTextSpans.Next (Método)

Recupera el texto a los intervalos de la secuencia de la enumeración.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Function Next ( _
    cEl As UInteger, _
    <OutAttribute> ppOut As TextSpan(), _
    <OutAttribute> ByRef pcElFetched As UInteger _
) As Integer
int Next(
    uint cEl,
    TextSpan[] ppOut,
    out uint pcElFetched
)
int Next(
    [InAttribute] unsigned int cEl, 
    [OutAttribute] array<TextSpan>^ ppOut, 
    [OutAttribute] unsigned int% pcElFetched
)
abstract Next : 
        cEl:uint32 * 
        ppOut:TextSpan[] byref * 
        pcElFetched:uint32 byref -> int
function Next(
    cEl : uint, 
    ppOut : TextSpan[], 
    pcElFetched : uint
) : int

Parámetros

  • cEl
    Tipo: UInt32

    [in] El número solicitado de intervalos de texto que se va a recuperar.

  • pcElFetched
    Tipo: UInt32%

    [out] Puntero al número real de regiones ocultas proporcionadas en pceltFetched. El llamador de este método puede establecer esto en nullreferencia null (Nothing en Visual Basic) si celt es uno.

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

[C++]

HRESULT IVsEnumTextSpans::Next(
   [in] ULONG cEl,
   [out, size_is(cEl)] TextSpan *ppOut,
   [out] ULONG *pcElFetched
);

Seguridad de .NET Framework

Vea también

Referencia

IVsEnumTextSpans Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)