IDiagnosticTag 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 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) |