Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
MarkKindName | Gets the name of the EditorFormatDefinition whose background color is used to draw the mark. |
Top