Document.Revisions Property

Definition

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.

Applies to