Version

Search Results

ChangeSource Property

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.

Length Property (TextDocumentVersion)

Returns the overall length of this version of the document (read-only) Syntax

NextVersion Property

Returns the next version of this document (read-only) Syntax Remarks Note: for the TextDocument.CurrentSnapshot this property will return null.

VersionNumber Property

Returns the version number for this version (read-only) Syntax

TextDocument Class Events

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

TextDocument Class Members

Public Constructors Public Properties Public Methods Protected Methods Public Events

TextDocument Class Methods

Public Methods Protected Methods

TextDocument Class Properties

Public Properties

Append Method

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

AutoCasingMode Property

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