INormalizedTextChangeCollection Interface
Visual Studio 2015
A normalized list of ITextChange objects. Changes are sorted in ascending order of position, and abutting and overlapping changes are combined into a single change.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from ICollection<T>.) |
![]() | IncludesLineChanges | Determines whether any of the ITextChange objects in this list have a nonzero LineCountDelta. |
![]() | IsReadOnly | (Inherited from ICollection<T>.) |
![]() | Item[Int32] | (Inherited from IList<T>.) |
| Name | Description | |
|---|---|---|
![]() | Add(T) | (Inherited from ICollection<T>.) |
![]() | Clear() | (Inherited from ICollection<T>.) |
![]() | Contains(T) | (Inherited from ICollection<T>.) |
![]() | CopyTo(T[], Int32) | (Inherited from ICollection<T>.) |
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
![]() | IndexOf(T) | (Inherited from IList<T>.) |
![]() | Insert(Int32, T) | (Inherited from IList<T>.) |
![]() | Remove(T) | (Inherited from ICollection<T>.) |
![]() | RemoveAt(Int32) | (Inherited from IList<T>.) |
Show:

