Partilhar via


Método IVsEnumLayerMarkers.Next

Recupera o próximo marcador de camada de texto na seqüência de enumeração.

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

Sintaxe

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

Segurança do .NET Framework

Consulte também

Referência

IVsEnumLayerMarkers Interface

Namespace Microsoft.VisualStudio.TextManager.Interop