SmartTag.Properties 属性

定义

返回一个 CustomProperties 对象,该对象表示智能标记的属性。

public:
 property Microsoft::Office::Interop::Word::CustomProperties ^ Properties { Microsoft::Office::Interop::Word::CustomProperties ^ get(); };
public Microsoft.Office.Interop.Word.CustomProperties Properties { get; }
member this.Properties : Microsoft.Office.Interop.Word.CustomProperties
Public ReadOnly Property Properties As CustomProperties

属性值

注解

可以使用 Add(String, Object, Object) 方法添加自定义属性。 但是,自定义属性通常在智能标记识别器和操作文件中指定。

适用于