CoAuthLocks Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |