Version Interface

Definition

Represents a single version of a document.

public interface class Version
[System.Runtime.InteropServices.Guid("000209B4-0000-0000-C000-000000000046")]
public interface Version
type Version = interface
Public Interface Version
Attributes

Remarks

The Version object is a member of the Versions collection. The Versions collection includes all the versions of the specified document.

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.

Use the Save(Object) method to add an item to the Versions collection.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Comment

Returns the comment associated with the specified version of a document.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Date

The date and time that the document version was saved.

Index

Returns an Integer that represents the position of an item in a collection.

Parent

Returns an object that represents the parent object of the specified object.

SavedBy

Returns the name of the user who saved the specified version of the document.

Methods

Delete()

Deletes the specified object.

Open()

Opens the specified object. Returns a Document object representing the opened object.

OpenOld()

Reserved for internal use.

Applies to