IVsEnumStreamMarkers.Next(IVsTextStreamMarker) Method

Definition

Retrieves the next stream marker in the enumeration sequence.

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

Parameters

ppRetval
IVsTextStreamMarker

[out, retval)] Pointer to the IVsEnumStreamMarkers interface.

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 IVsEnumStreamMarkers::Next(  
   [out, retval] IVsTextStreamMarker** ppRetval  
);  

Applies to