ITextMarkerTag Interface
Represents the text marker tag, which is used to place text marker adornments on a view.
Namespace: Microsoft.VisualStudio.Text.Tagging
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Interface ITextMarkerTag _
Inherits ITag
public interface ITextMarkerTag : ITag
public interface class ITextMarkerTag : ITag
type ITextMarkerTag =
interface
interface ITag
end
public interface ITextMarkerTag extends ITag
The ITextMarkerTag type exposes the following members.
Properties
Name | Description | |
---|---|---|
Type | Gets the type of adornment to use. |
Top