Versions Interface

A collection of Version objects that represent all the versions of a document. Corresponds to the items listed in the Versions dialog box (File menu).

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

Syntax

'Declaration
<GuidAttribute("000209B3-0000-0000-C000-000000000046")> _
Public Interface Versions _
    Inherits IEnumerable
'Usage
Dim instance As Versions
[GuidAttribute("000209B3-0000-0000-C000-000000000046")]
public interface Versions : IEnumerable

Remarks

Use the Versions property to return the Versions collection.

Use the Save method to add an item to the Versions collection.

Use Versions(index), where index is the index number, to return a single Version object. The index number represents the position of the version in the Versions collection. The first version added to the Versions collection is index number 1.

See Also

Reference

Versions Members

Microsoft.Office.Interop.Word Namespace