Version

Search Results

Errors Property (ParseErrorContext)

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.

IsMissing Property (ParseErrorContext)

Gets the value indicating if the error represents a missing node which was created by the parse to complete the parse tree. Syntax

IsSkipped Property (ParseErrorContext)

Gets the value indicating if the error represents a token which was skipped because it was not expected in a specific context. Syntax

SnapshotSpan Property (ParseErrorContext)

Gets the SnapshotSpan indicating the location of the error within the document. Syntax

Span Property (ParseErrorContext)

Gets the TextSpan indicating the location of the error within the document. Syntax

Symbol Property (ParseErrorContext)

Gets the terminal or non-terminal symbol which is associated with the error(s). Syntax

PlainTextLanguage.SymbolNames Class

Symbol name constants for the PlainTextLanguage. Syntax

PlainTextLanguage.SymbolNames Class Fields

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...