CoAuthors Interface

Definition

A collection of all the CoAuthor objects in the document.

public interface class CoAuthors : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("256B6ABA-6A38-4D39-971C-91FDA9922814")]
public interface CoAuthors : System.Collections.IEnumerable
type CoAuthors = interface
    interface IEnumerable
Public Interface CoAuthors
Implements IEnumerable
Attributes
Implements

Remarks

This collection contains all the co-authors in the document (authors that are actively editing the document).

Properties

Application

Gets an Application object that represents the Microsoft Word application.

Count

Gets the number of items in the CoAuthors collection.

Creator

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

Item[Object]

Returns an individual CoAuthors object in a collection.

Parent

Gets an Object that represents the parent object of the specified CoAuthors object.

Methods

GetEnumerator()

Applies to