CoAuthLocks 接口

定义

对象的集合 CoAuthLock

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
属性
实现

属性

Application

获取表示 Application Microsoft Word 应用程序的 对象。

Count

获取集合中的 CoAuthLocks 锁数。

Creator

获取一个 32 位整数,该整数指示在其中创建了指定对象的应用程序。

Item[Int32]

返回集合中的单个 CoAuthLocks 对象。

Parent

获取表示 Object 指定 CoAuthLocks 对象的父对象的 。

方法

Add(Object, WdLockType)

获取一个 CoAuthLock 对象,该对象表示添加到指定区域的锁。

GetEnumerator()

对象的集合 CoAuthLock

RemoveEphemeralLocks()

将短暂锁从文档中删除。

适用于