IVsVisibleTextMarkerTag Interface

 

These tags are generated from the visible legacy markers created using CreateLineMarker and CreateStreamMarker.

Namespace:   Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)

public interface IVsVisibleTextMarkerTag : ITag

NameDescription
System_CAPS_pubpropertyLineMarker

Gets the line marker.

System_CAPS_pubpropertyMarkerType

Gets the marker type.

System_CAPS_pubpropertyStreamMarker

The stream marker.

System_CAPS_pubpropertyType

The integer type of the marker.

No extension should produce these tags.

Return to top
Show: