Public Properties
Public Properties
Gets the collection of errors which have occurred. Syntax Remarks This collection or the errors within it can be modified to change what it shown to the user.
Gets the value indicating if the error represents a missing node which was created by the parse to complete the parse tree. Syntax
Gets the value indicating if the error represents a token which was skipped because it was not expected in a specific context. Syntax
Gets the SnapshotSpan indicating the location of the error within the document. Syntax
Gets the TextSpan indicating the location of the error within the document. Syntax
Gets the terminal or non-terminal symbol which is associated with the error(s). Syntax
Symbol name constants for the PlainTextLanguage. Syntax
For a list of all members of this type, see PlainTextLanguage.SymbolNames members. Public Fields Name Description EndOfStreamToken Name for the EndOfStreamToken symbol. NewLineToken Name for the NewLineToken symbol. PunctuationToken Name for the PunctuationToken symbol. UnrecognizedToken Name for the UnrecognizedT...