Completor Members

Include Protected Members
Include Inherited Members

Wraps and applies multiple changes to a text view as a single operation.

The Completor type exposes the following members.

Constructors

  Name Description
Public method Completor Initializes a new instance of the Completor class.

Top

Methods

  Name Description
Public method Apply Applies all changes made through the Completor object.
Public method Dispose Cleans up any allocations made just before the object is destroyed.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method RefreshLine Obtains the current line of text from the Source object.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)
Public method TypeBackspace Performs the specified number of backspaces on the line being edited and updates the internal caret position.
Public method TypeChar Inserts the specified character and updates the internal caret position.
Public method TypeChars Inserts the specified string of characters and updates internal caret position.
Public method TypeDelete Performs the specified number of delete operations on the line being edited.
Public method TypeLeft Moves the internal caret position the specified number of positions to the left.
Public method TypeRight Moves the internal caret position the specified number of positions to the right.

Top

Properties

  Name Description
Public property AtEndOfLine Determines if the internal caret position is at the end of the current line.
Public property IsExpansionActive Determines if a code snippet is being edited.

Top

See Also

Reference

Completor Class

Microsoft.VisualStudio.Package Namespace