Gets a collection of all changes made in the active part of the document. The property's value is an object of the type TrackedChangeCollection.

Introduced: X16.

Syntax

public TrackedChangeCollection TrackedChanges { get; }
Public ReadOnly Property TrackedChanges() As TrackedChangeCollection

Limitations

Runtime only.

Read only.