SmartTagRecognizers Interface

Definition

A collection of SmartTagRecognizer objects that represent recognition engines that label data with types of information as you work in Microsoft Word.

public interface class SmartTagRecognizers : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("F2B60A10-DED5-46FB-A914-3C6F4EBB6451")]
public interface SmartTagRecognizers : System.Collections.IEnumerable
type SmartTagRecognizers = interface
    interface IEnumerable
Public Interface SmartTagRecognizers
Implements IEnumerable
Attributes
Implements

Remarks

Use the SmartTagRecognizers property of the _Application object to return a SmartTagRecognizers collection.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Count

Returns the number of items in the specified collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Item[Object]

Returns an individual object in a collection.

Parent

Returns an object that represents the parent object of the specified object.

Methods

GetEnumerator()
ReloadRecognizers()

Reloads all recognizers installed on a user's computer.

Applies to