Поделиться через


IVsEnumLayerMarkers.Next Method

Retrieves the next text layer marker in the enumeration sequence.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Декларация
Function Next ( _
    <OutAttribute> ByRef ppRetval As IVsTextLayerMarker _
) As Integer
'Применение
Dim instance As IVsEnumLayerMarkers
Dim ppRetval As IVsTextLayerMarker
Dim returnValue As Integer

returnValue = instance.Next(ppRetval)
int Next(
    out IVsTextLayerMarker ppRetval
)
int Next(
    [OutAttribute] IVsTextLayerMarker^% ppRetval
)
abstract Next : 
        ppRetval:IVsTextLayerMarker byref -> int 
function Next(
    ppRetval : IVsTextLayerMarker
) : int

Parameters

Return Value

Type: System.Int32
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
);

.NET Framework Security

See Also

Reference

IVsEnumLayerMarkers Interface

IVsEnumLayerMarkers Members

Microsoft.VisualStudio.TextManager.Interop Namespace