IVsEnumLayerMarkers.Next(IVsTextLayerMarker) 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 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
);