IVsEnumStreamMarkers.Next(IVsTextStreamMarker) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
);