_Document.Revisions Property

Returns a Revisions collection that represents the tracked changes in the document or range.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Revisions As Revisions
    Get
'Usage
Dim instance As _Document
Dim value As Revisions

value = instance.Revisions
Revisions Revisions { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Revisions

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace