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)

Syntax

'Declaration
Public Interface IVsVisibleTextMarkerTag _
    Inherits ITag
public interface IVsVisibleTextMarkerTag : ITag
public interface class IVsVisibleTextMarkerTag : ITag
type IVsVisibleTextMarkerTag =  
    interface
        interface ITag
    end
public interface IVsVisibleTextMarkerTag extends ITag

The IVsVisibleTextMarkerTag type exposes the following members.

Properties

  Name Description
Public property LineMarker Gets the line marker.
Public property MarkerType Gets the marker type.
Public property StreamMarker The stream marker.
Public property Type The integer type of the marker.

Top

Remarks

No extension should produce these tags.

See Also

Reference

Microsoft.VisualStudio.Editor Namespace