SmartTagRecognizers 接口

定义

对象的集合 SmartTagRecognizer ,这些对象表示识别引擎,这些引擎在 Microsoft Excel 中工作时使用信息类型标记数据。

public interface class SmartTagRecognizers : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00024463-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface SmartTagRecognizers : System.Collections.IEnumerable
Public Interface SmartTagRecognizers
Implements IEnumerable
属性
实现

注解

使用 对象的 SmartTagRecognizers 属性 Application 可返回 SmartTagRecognizers 集合。

属性

_Default[Object]

仅供内部使用。

Application

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

Count

返回集合中对象的数目。

Creator

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

Item[Object]

从集合中返回一个对象。

Parent

返回指定对象的父对象。

Recognize

如果数据可识别为智能标记,则返回 True

方法

GetEnumerator()

对象的集合 SmartTagRecognizer ,这些对象表示识别引擎,这些引擎在 Microsoft Excel 中工作时使用信息类型标记数据。

适用于