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)

Usage

Public Class ersionsImplementation
    Implements Versions
End Class
Dim ersionsImplementation1 As New ersionsImplementation()

Syntax

Public Interface Versions
    Inherits IEnumerable
public interface Versions : IEnumerable
public interface class Versions : public IEnumerable
public interface Versions implements IEnumerable
public interface Versions implements 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Versions Members