IErrorTag Interface
Represents an error, which is used to place squiggle adornments on the view.
Namespace: Microsoft.VisualStudio.Text.Tagging
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Interface IErrorTag _
Inherits ITag
public interface IErrorTag : ITag
public interface class IErrorTag : ITag
type IErrorTag =
interface
interface ITag
end
public interface IErrorTag extends ITag
The IErrorTag type exposes the following members.
Properties
Name | Description | |
---|---|---|
ErrorType | Gets the type of error to use. | |
ToolTipContent | Gets the content to use when displaying a tooltip for this error. |
Top