In This Article

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

The optional IClassificationType associated with the tag.

IClassificationType? ClassificationType { get; set; }

Property Value

IClassificationType

ContentProvider

The optional IContentProvider used to provide content for IntelliPrompt quick info popups or other UI.

IContentProvider? ContentProvider { get; set; }

Property Value

IContentProvider

Extension Methods