IVsEnumStreamMarkers Interface

 

Enumerates a collection of stream markers.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("06E27359-6FEE-4CCC-9E8B-AFC20C0F662A")]
public interface IVsEnumStreamMarkers

NameDescription
System_CAPS_pubmethodGetCount(Int32)

Returns the total count of stream markers in the enumeration sequence.

System_CAPS_pubmethodNext(IVsTextStreamMarker)

Retrieves the next stream marker in the enumeration sequence.

System_CAPS_pubmethodReset()

Resets the enumeration sequence to the beginning.

Notes to Callers:

Call this interface to enumerate a collection of line markers.

Return to top
Show: