Returns the source of the changes that were applied to get to the next version (read-only). Syntax Remarks Note: for the TextDocument.CurrentSnapshot this property will return null.
Returns the overall length of this version of the document (read-only) Syntax
Returns the next version of this document (read-only) Syntax Remarks Note: for the TextDocument.CurrentSnapshot this property will return null.
Returns the version number for this version (read-only) Syntax
For a list of all members of this type, see TextDocument members. Public Events Name Description PropertyChanged Ocuurs after a property value has changed TextChanged Occurs after changes have been made to the documents text. TextChanging Occurs before changes are made to the documents text. TextLoaded Occurs afte...
Public Constructors Public Properties Public Methods Protected Methods Public Events
Public Methods Protected Methods
Public Properties
Appends text to the end of the document Syntax Parameters text The text to insert Return Value True if the operation was successful, otherwise false. Exceptions Exception Description System.InvalidOperationException If the IsReadOnly property is set to true or if this method is called in the middle of an update op...
Gets or sets the auto-casing behaviors to use when the language has case-insensitive keywords and other terminal symbols. Syntax Remarks When a Infragistics.Documents.Parsing.TerminalSymbol is created with a Infragistics.Documents.Parsing.TerminalSymbol.Comparison value of LiteralIgnoreCase, the Infragistics.Docum...