SmartTagActions 接口

定义

代表单个智能标记或一类智能标记的操作集合。

public interface class SmartTagActions : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("CDE12CD8-767B-4757-8A31-13029A086305")]
public interface SmartTagActions : System.Collections.IEnumerable
type SmartTagActions = interface
    interface IEnumerable
Public Interface SmartTagActions
Implements IEnumerable
属性
实现

注解

SmartTag使用 对象访问与文档中单个智能标记相关的所有操作;使用 SmartTagType 对象访问与特定智能标记类型相关的所有操作。

智能标记操作是编写到智能标记中的过程;允许用户执行与智能标记相关的某些功能。 例如,智能标记的一个操作可能是访问网站,而另一个操作将联系人信息插入 Microsoft Outlook,而另一个操作显示地图和行车路线。

SmartTagActions使用 属性可返回与 SmartTag 对象或 SmartTagType 对象关联的所有智能标记操作。

属性

Application

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

Count

返回指定集合中的项数。

Creator

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

Item[Object]

返回集合中的单个对象。

Parent

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

方法

GetEnumerator()

代表单个智能标记或一类智能标记的操作集合。

ReloadActions()

强制重新加载与特定智能标记相关的所有智能标记操作。

适用于