EditArray Members
Include Protected Members
Include Inherited Members
Merges multiple edit operations to create a single operation.
The EditArray type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the EditArray class using a Source object and an IVsTextView object.
Top
Methods
Name
Description
Adds the specified EditSpan object to the array of edit operations.
Applies all edit operations that have been accumulated.
Disposes the EditArray object and its resources.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Tears down the EditArray object. (Overrides Object.Finalize().)
Gets a default enumerator for the edit operations.
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Converts the array of edit operations to a formatted string. (Overrides Object.ToString().)
Top
Properties
Name
Description
Gets the number of edit operations represented in the EditArray object.
Gets the Source object associated with this EditArray object.
Gets the IVsTextView object associated with this EditArray object.
Top