ErrorTag Class
An implementation of IErrorTag.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | ErrorTag() | Initializes a new instance of a ErrorTag of type SyntaxError with no tooltip content. |
![]() | ErrorTag(String) | Initializes a new instance of a ErrorTag of the specified type with no tooltip content. |
![]() | ErrorTag(String, Object) | Initializes a new instance of a ErrorTag of the specified type. |
| Name | Description | |
|---|---|---|
![]() | ErrorType | Gets the type of error to use. |
![]() | ToolTipContent | Gets the content to use when displaying a tooltip for this error. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
For more information about tagging, see the "Tags and Classifiers" section of Inside the Editor. For information about extending and adding tags, see the "Extending Tags" section of Editor Extension Points.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


