CustomProperty 接口

定义

表示智能标记的自定义属性的单个实例。

public interface class CustomProperty
[System.Runtime.InteropServices.Guid("B923FDE0-F08C-11D3-91B0-00105A0A19FD")]
public interface CustomProperty
type CustomProperty = interface
Public Interface CustomProperty
属性

注解

CustomProperty 对象是 集合的成员CustomProperties

Item[Object]使用 CustomProperties 集合的属性(或 Properties (Index) ,其中 index 是属性的编号)返回 CustomProperty 对象。 Name使用 和 Value 属性可返回与智能标记的自定义属性相关的信息。

属性

Application

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

Creator

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

Name

返回指定对象的名称。

Parent

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

Value

返回或设置自定义属性的值。

方法

Delete()

删除指定的对象。

适用于