_Application.SmartTagTypes 属性

定义

返回一个SmartTagTypes集合,该集合表示 Microsoft Word 中安装的智能标记组件的智能标记类型。

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

属性值

注解

智能标记类型是智能标记组件中的单个项目。 智能标记组件可以包含多个智能标记类型。 例如,安装在英文系统上的 Address (English) 智能标记列表默认情况下包含 name 智能标记类型、street 智能标记类型和 city 智能标记类型,等等。 集合 SmartTagTypes 包含用户计算机上安装的所有组件的所有智能标记类型。

适用于