Share via


Document.Revisions Property (2007 System)

Gets a Revisions collection that represents the tracked changes in the document.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Revisions As Revisions
'Usage
Dim instance As Document 
Dim value As Revisions 

value = instance.Revisions
[BrowsableAttribute(false)]
public Revisions Revisions { get; }
[BrowsableAttribute(false)]
public:
property Revisions^ Revisions {
    Revisions^ get ();
}
public function get Revisions () : Revisions

Property Value

Type: Revisions
A Revisions collection that represents the tracked changes in the document.

.NET Framework Security

See Also

Reference

Document Class

Document Members

Microsoft.Office.Tools.Word Namespace