Document.Revisions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Revisions collection that represents the tracked changes in the document.
public:
property Microsoft::Office::Interop::Word::Revisions ^ Revisions { Microsoft::Office::Interop::Word::Revisions ^ get(); };
public Microsoft.Office.Interop.Word.Revisions Revisions { get; }
member this.Revisions : Microsoft.Office.Interop.Word.Revisions
Public ReadOnly Property Revisions As Revisions
Property Value
A Revisions collection that represents the tracked changes in the document.