CoAuthLocks Interface

Definition

A collection of CoAuthLock objects.

public interface class CoAuthLocks : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("DFF99AC2-CD2A-43AD-91B1-A2BE40BC7146")]
public interface CoAuthLocks : System.Collections.IEnumerable
type CoAuthLocks = interface
    interface IEnumerable
Public Interface CoAuthLocks
Implements IEnumerable
Attributes
Implements

Properties

Application

Gets an Application object that represents the Microsoft Word application.

Count

Gets the number of locks in the CoAuthLocks collection.

Creator

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

Item[Int32]

Returns an individual CoAuthLocks object in a collection.

Parent

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

Methods

Add(Object, WdLockType)

Gets a CoAuthLock object that represents a lock added to a specified range.

GetEnumerator()
RemoveEphemeralLocks()

Removes ephemeral locks from the document.

Applies to