SmartTagTypes 接口

定义

表示 对象的集合 SmartTagType

public interface class SmartTagTypes : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("DB8E3072-E106-4453-8E7C-53056F1D30DC")]
public interface SmartTagTypes : System.Collections.IEnumerable
type SmartTagTypes = interface
    interface IEnumerable
Public Interface SmartTagTypes
Implements IEnumerable
属性
实现

注解

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

SmartTagTypes使用 属性可返回用户计算机上安装的所有列表的所有智能标记类型的集合。 Item[Object]使用 属性可返回智能标记类型集合中的特定智能标记类型。

属性

Application

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

Count

返回指定集合中的项数。

Creator

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

Item[Object]

返回集合中的单个对象。

Parent

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

方法

GetEnumerator()

表示 对象的集合 SmartTagType

ReloadAll()

重新加载安装在用户计算机上的所有智能标记操作和识别器。

适用于