Compartir a través de


IVsEnumHiddenRegions.Next (Método)

Recupera un número especificado de regiones ocultas en 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 IVsHiddenRegion(), _
    <OutAttribute> ByRef pcElFetched As UInteger _
) As Integer
int Next(
    uint cEl,
    IVsHiddenRegion[] ppOut,
    out uint pcElFetched
)
int Next(
    [InAttribute] unsigned int cEl, 
    [OutAttribute] array<IVsHiddenRegion^>^ ppOut, 
    [OutAttribute] unsigned int% pcElFetched
)
abstract Next : 
        cEl:uint32 * 
        ppOut:IVsHiddenRegion[] byref * 
        pcElFetched:uint32 byref -> int
function Next(
    cEl : uint, 
    ppOut : IVsHiddenRegion[], 
    pcElFetched : uint
) : int

Parámetros

  • cEl
    Tipo: UInt32

    [in] El número solicitado de regiones ocultas a recuperar.

  • pcElFetched
    Tipo: UInt32%

    [out] Puntero al número real de regiones ocultas proporcionadas en ppOut. El llamador de este método puede establecer esto en nullreferencia null (Nothing en Visual Basic) si cEl 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 IVsEnumHiddenRegions::Next(
   [in] ULONG cEl, [out, size_is(cEl)] IVsHiddenRegion** ppOut,
   [out] ULONG *pcElFetched
);

Seguridad de .NET Framework

Vea también

Referencia

IVsEnumHiddenRegions Interfaz

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