IVsEnumLayerMarkers.Next(IVsTextLayerMarker) Method

Definition

Retrieves the next text layer marker in the enumeration sequence.

public:
 int Next([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsTextLayerMarker ^ % ppRetval);
public:
 int Next([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsTextLayerMarker ^ &  ppRetval);
int Next([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsTextLayerMarker const & & ppRetval);
public int Next (out Microsoft.VisualStudio.TextManager.Interop.IVsTextLayerMarker ppRetval);
abstract member Next : IVsTextLayerMarker -> int
Public Function Next (ByRef ppRetval As IVsTextLayerMarker) As Integer

Parameters

ppRetval
IVsTextLayerMarker

[out, retval)] Pointer to the next IVsEnumStreamMarkers interface in the enumeration sequence.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From textmgr.idl:

[C++]

HRESULT IVsEnumLayerMarkers::Next(  
   [out] IVsTextLayerMarker** ppRetval  
);  

Applies to