In This Article

ParseErrorTagger Class

Provides an ITagger<T> implementation that tags IParseError objects found in a document's parse data.

public class ParseErrorTagger : CollectionTagger<ISquiggleTag>, ICollectionTagger<ISquiggleTag>, ITagger<ISquiggleTag>, ITaggerBase, IOrderable, IKeyedObject
Inheritance:
object TaggerBase<ISquiggleTag> CollectionTagger<ISquiggleTag> object
Implements:
ICollectionTagger<ISquiggleTag> ITagger<ISquiggleTag> ITaggerBase IOrderable IKeyedObject

Constructors

ParseErrorTagger(ICodeDocument)

Initializes an instance of the class.

public ParseErrorTagger(ICodeDocument document)
Parameter Type Description
document ICodeDocument

The document to which this manager is attached.

Properties

MaximumParseErrorCount

The maximum number of parse errors that can be pulled from the parse data.

public int MaximumParseErrorCount { get; set; }

Property Value

int:

The default value is 5000.

Methods

OnClosed()

Occurs when the tagger is closed.

protected override void OnClosed()

Inherited Members

Extension Methods