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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.