IDiagnosticTag Interface

Definition

Represents a diagnostic, which is used to place squiggle adornments on the view.

public interface class IDiagnosticTag : Microsoft::VisualStudio::Text::Tagging::IErrorTag, Microsoft::VisualStudio::Text::Tagging::ITag
public interface IDiagnosticTag : Microsoft.VisualStudio.Text.Tagging.IErrorTag, Microsoft.VisualStudio.Text.Tagging.ITag
type IDiagnosticTag = interface
    interface IErrorTag
    interface ITag
Public Interface IDiagnosticTag
Implements IErrorTag, ITag
Implements

Properties

Diagnostic

Gets the diagnostic associated to this tag.

ErrorType

Gets the type of error to use.

(Inherited from IErrorTag)
ToolTipContent

Gets the content to use when displaying a tooltip for this error. This property may be null.

(Inherited from IErrorTag)

Applies to