SmartTagRecognizers インターフェイス

定義

Microsoft Excel で作業するときに、データに情報の SmartTagRecognizer 種類をラベル付けする認識エンジンを表すオブジェクトのコレクション。

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

Microsoft Excel アプリケーションを Application 表す オブジェクトを返します。

Count

コレクション内にあるオブジェクトの数を返します。

Creator

このオブジェクトを作成したアプリケーションを示す、32 ビットの整数値を返します。

Item[Object]

コレクションから単一のオブジェクトを返します。

Parent

指定されたオブジェクトの親オブジェクトを返します。

Recognize

データにスマート タグとしてラベルを付けることができる場合は True を 返します。

メソッド

GetEnumerator()

Microsoft Excel で作業するときに、データに情報の SmartTagRecognizer 種類をラベル付けする認識エンジンを表すオブジェクトのコレクション。

適用対象