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 | |
---|---|---|
EditArray | Initializes a new instance of the EditArray class using a Source object and an IVsTextView object. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds the specified EditSpan object to the array of edit operations. | |
ApplyEdits | Applies all edit operations that have been accumulated. | |
Dispose | Disposes the EditArray object and its resources. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Tears down the EditArray object. (Overrides Object.Finalize().) | |
GetEnumerator | Gets a default enumerator for the edit operations. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Converts the array of edit operations to a formatted string. (Overrides Object.ToString().) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of edit operations represented in the EditArray object. | |
Source | Gets the Source object associated with this EditArray object. | |
TextView | Gets the IVsTextView object associated with this EditArray object. |
Top