In This Article

IParseErrorProvider Interface

Provides the base requirements for an object that returns a list of IParseError objects, and is generally implemented by IParseData instances if they support error reporting.

public interface IParseErrorProvider

Properties

Errors

The collection of IParseError objects that specify parse errors.

IEnumerable<IParseError>? Errors { get; }

Property Value

IEnumerable<IParseError>

See Also

Snapshot

The ITextSnapshot, if known, from which the parse errors were created.

ITextSnapshot? Snapshot { get; }

Property Value

ITextSnapshot

See Also

Extension Methods

See Also