IVsEnumLineMarkers.Next(IVsTextLineMarker) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Recupera o marcador de linha seguinte na sequência de enumeração.
public:
int Next([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsTextLineMarker ^ % ppRetval);
public:
int Next([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsTextLineMarker ^ & ppRetval);
int Next([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsTextLineMarker const & & ppRetval);
public int Next (out Microsoft.VisualStudio.TextManager.Interop.IVsTextLineMarker ppRetval);
abstract member Next : IVsTextLineMarker -> int
Public Function Next (ByRef ppRetval As IVsTextLineMarker) As Integer
Parâmetros
- ppRetval
- IVsTextLineMarker
[fora, retval)] Ponteiro para a próxima IVsTextLineMarker interface na sequência de enumeração.
Retornos
Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.
Comentários
Assinatura COM
De textmgr. idl:
[C++]
HRESULT IVsEnumLineMarkers::Next(
[out, retval] IVsTextLineMarker** ppRetval
);