Reviewers Interface

Definition

A collection of Reviewer objects that represents the reviewers of one or more documents. The Reviewers collection contains the names of all reviewers who have reviewed documents opened or edited on a machine.

public interface class Reviewers : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("12DCDC9A-5418-48A3-BBE6-EB57BAE275E8")]
public interface Reviewers : System.Collections.IEnumerable
type Reviewers = interface
    interface IEnumerable
Public Interface Reviewers
Implements IEnumerable
Attributes
Implements

Remarks

Use Reviewers(index), where index is the name or index number of the reviewer, to return a single reviewer in the Reviewers collection.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Count

Returns the number of items in the specified collection.

Creator

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

Item[Object]

Returns an individual object in a collection.

Parent

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

Methods

GetEnumerator()

Applies to