DocumentProperties 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
对象的集合 DocumentProperty 。
public interface class DocumentProperties : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("2DF8D04D-5BFA-101B-BDE5-00AA0044DE52")]
public interface DocumentProperties : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("2DF8D04D-5BFA-101B-BDE5-00AA0044DE52")>]
type DocumentProperties = interface
interface IEnumerable
Public Interface DocumentProperties
Implements IEnumerable
- 属性
- 实现
注解
每个 DocumentProperty 对象均代表容器文档的一个内置属性或自定义属性。
Add(String, Boolean, Object, Object, Object)使用 方法创建新的自定义属性并将其添加到 DocumentProperties 集合。 无法使用 Add 方法创建内置文档属性。
使用 BuiltinDocumentProperties (index
) (其中 index
是内置文档属性的索引号)返回表示特定内置文档属性的单个 DocumentProperty 对象。 使用 CustomDocumentProperties (index
) (其中 index
是自定义文档属性的编号)返回一个代表特定自定义文档属性的 DocumentProperty 对象。
属性
Application |
返回一个 Application 对象,该对象代表该对象的容器应用程序。 |
Count |
返回一个 Integer 类型的值,该值指示指定集合中的项数。 |
Creator |
返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 |
Item[Object] |
从集合中DocumentProperties返回 对象DocumentProperty。 |
Parent |
返回指定对象的 Parent 对象。 |
方法
Add(String, Boolean, Object, Object, Object) |
创建新的自定义文档属性。 |
GetEnumerator() |
对象的集合 DocumentProperty 。 |