SmartTagRecognizer 接口

定义

代表在 Microsoft Excel 中进行操作时,用信息类型标记数据的识别引擎。

public interface class SmartTagRecognizer
[System.Runtime.InteropServices.Guid("00024462-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface SmartTagRecognizer
Public Interface SmartTagRecognizer
属性

注解

使用 集合的 Item[Object] (index) 属性 SmartTagRecognizers 可返回单个 SmartTagRecognizer 对象。

一旦返回了 SmartTagRecognizer 对象,您就可以确定智能标记标识符是否可用于应用程序。

属性

_Default

仅供内部使用。

Application

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

Creator

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

Enabled

如果启用对象,则为 True

FullName

返回对象的名称(以字符串表示),包括其磁盘路径。

Parent

返回指定对象的父对象。

progID

返回对象的程序标识符。

适用于