Compartir a través de


IVsEnumLayerMarkers.Next (Método)

Recupera el siguiente marcador de la capa de texto 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 ( _
    <OutAttribute> ByRef ppRetval As IVsTextLayerMarker _
) As Integer
int Next(
    out IVsTextLayerMarker ppRetval
)
int Next(
    [OutAttribute] IVsTextLayerMarker^% ppRetval
)
abstract Next : 
        ppRetval:IVsTextLayerMarker byref -> int
function Next(
    ppRetval : IVsTextLayerMarker
) : int

Parámetros

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 IVsEnumLayerMarkers::Next(
   [out] IVsTextLayerMarker** ppRetval
);

Seguridad de .NET Framework

Vea también

Referencia

IVsEnumLayerMarkers Interfaz

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