IErrorTag Interface

Definition

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.

Applies to