Conflicts 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示文档中冲突的 对象的集合 Conflict 。 对象的类型 Conflict 由 WdRevisionType 枚举指定。
public interface class Conflicts : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("C2B83A65-B061-4469-83B6-8877437CB8A0")]
public interface Conflicts : System.Collections.IEnumerable
type Conflicts = interface
interface IEnumerable
Public Interface Conflicts
Implements IEnumerable
- 属性
- 实现
注解
Conflicts使用 属性可返回文档的 Conflicts 集合。 使用 Conflicts (Index
) (其中 Index
是冲突索引号)返回单个 Conflict 对象。
属性
Application |
获取表示 Application Microsoft Word 应用程序的 对象。 |
Count |
返回集合中的 Conflicts 项数。 |
Creator |
获取一个 32 位整数,该整数指示在其中创建了指定对象的应用程序。 |
Item[Int32] |
返回集合中的单个 Conflicts 对象。 |
Parent |
方法
AcceptAll() |
接受所有冲突更改,删除冲突,并将更改合并到文档的服务器副本中。 |
GetEnumerator() |
表示文档中冲突的 对象的集合 Conflict 。 对象的类型 Conflict 由 WdRevisionType 枚举指定。 |
RejectAll() |
拒绝所有用户的更改,并保留文档的服务器副本。 |