Contains all tracked changes in the main text or another part of a document. It is a collection of objects of the type Tracked
public sealed class TrackedChangeCollectionPublic NotInheritable Class TrackedChangeCollection Introduced: X16.
| Method | Description |
|---|---|
| Copy |
Copies the elements of the collection to an array, starting at a particular index. |
| Get |
Returns an enumerator that can be used to iterate through the collection. |
| Get |
Gets a particular item from the collection. |
| Remove | Removes a tracked change from the collection. |
| Property | Description |
|---|---|
| Count | Gets the number of elements contained in the collection. |
| Is |
Returns true if the collection is designed to be thread safe, otherwise, it returns false. |
| Item | Gets the change with the specified number from the collection. |
| Sync |
Gets an object that can be used to synchronize access to the collection. |