CustomProperties 接口

定义

对象的集合 CustomProperty ,这些对象表示与智能标记相关的属性。

public interface class CustomProperties : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("B923FDE1-F08C-11D3-91B0-00105A0A19FD")]
public interface CustomProperties : System.Collections.IEnumerable
type CustomProperties = interface
    interface IEnumerable
Public Interface CustomProperties
Implements IEnumerable
属性
实现

注解

自定义属性 集合包含文档中的所有智能标记的自定义属性。

Properties使用 属性可返回单个 CustomProperties 对象。 Add(String, String)使用 CustomProperties 对象的 方法可创建自定义属性。

使用 Properties (index) 返回智能标记的单个属性,其中 index 是属性的编号。

Count使用 属性可返回智能标记的自定义属性数。

属性

Application

返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。

Count

返回指定集合中的项数。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。

Item[Object]

返回集合中的单个对象。

Parent

返回一个对象,代表指定对象的父对象。

方法

Add(String, String)

返回一个 CustomProperty 对象,该对象表示添加到智能标记的自定义属性。

GetEnumerator()

对象的集合 CustomProperty ,这些对象表示与智能标记相关的属性。

适用于