IErrorTag Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an error, which is used to place squiggle adornments on the view.
public interface class IErrorTag : Microsoft::VisualStudio::Text::Tagging::ITag
public interface class IErrorTag : Microsoft::VisualStudio::Text::Tagging::ITag
__interface IErrorTag : Microsoft::VisualStudio::Text::Tagging::ITag
public interface IErrorTag : Microsoft.VisualStudio.Text.Tagging.ITag
type IErrorTag = interface
interface ITag
Public Interface IErrorTag
Implements ITag
- Derived
- Implements
Properties
ErrorType |
Gets the type of error to use. |
ToolTipContent |
Gets the content to use when displaying a tooltip for this error. This property may be null. |