ISquiggleTag Interface
Provides the base requirements for a squiggle line, generally used for error display, that can be associated with some text range.
public interface ISquiggleTag : ITag
Properties
ClassificationType
Gets or sets the optional IClassificationType associated with the tag.
IClassificationType ClassificationType { get; set; }
Property Value
- IClassificationType:
The optional IClassificationType associated with the tag.
ContentProvider
Gets or sets the optional IContentProvider used to provide content for IntelliPrompt quick info popups or other UI.
IContentProvider ContentProvider { get; set; }
Property Value
- IContentProvider:
The optional IContentProvider used to provide content for IntelliPrompt quick info popups or other UI.