CoAuthUpdates Interface

Definition

A collection of CoAuthUpdate objects that represent the available updates in the document.

public interface class CoAuthUpdates : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("30225CFC-5A71-4FE6-B527-90A52C54AE77")]
public interface CoAuthUpdates : System.Collections.IEnumerable
type CoAuthUpdates = interface
    interface IEnumerable
Public Interface CoAuthUpdates
Implements IEnumerable
Attributes
Implements

Remarks

When a document with co-authoring enabled is simultaneously edited, changes made by one co-author are available to other co-authors as updates. Each change is represented by a single CoAuthUpdate object. When a co-author saves their version of the document, changes made by other co-authors are merged into that co-author's version of the document. Prior to the co-author saving their version of the document, changes made by other co-authors are available as updates.

For example: Two people are editing a document that initially contains a single paragraph with the text, "The brown fox." If the first co-author edits the sentence to read, "The quick brown fox jumps over the log" and then saves the document, the words "quick" and "over the log" are available to the second co-author as two updates to the document. These two updates are represented in the Microsoft Word 2010 object model as two CoAuthUpdate objects. When the second co-author saves the document, the updates from the first co-author are merged into the document.

Properties

Application

Gets an Application object that represents the Microsoft Word application.

Count

Gets the number of items in the CoAuthUpdates collection.

Creator

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

Item[Int32]

Returns an individual CoAuthUpdates object in a collection.

Parent

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

Methods

GetEnumerator()

Applies to