IOverviewMarkTag Interface

Provides the information needed to render a mark in the overview margin.

Namespace:  Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

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

The IOverviewMarkTag type exposes the following members.

Properties

  Name Description
Public property MarkKindName Gets the name of the EditorFormatDefinition whose background color is used to draw the mark.

Top

See Also

Reference

Microsoft.VisualStudio.Text.Tagging Namespace