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 a new instance of the ParseErrorTagger class.

public ParseErrorTagger(ICodeDocument document)
Parameter Type Description
document ICodeDocument

The document to which this manager is attached.

Properties

MaximumParseErrorCount

Gets or sets the maximum number of parse errors that can be pulled from the parse data.

public int MaximumParseErrorCount { get; set; }

Property Value

int:

The maximum number of parse errors that can be pulled from the parse data. The default value is 5000.

Methods

OnClosed()

Occurs when the tagger is closed.

protected override void OnClosed()

Inherited Members