Application.SmartTagRecognizers Property (Word)

This documentation is preliminary and is subject to change.

Returns a SmartTagRecognizers collection for an application.

Syntax

expression .SmartTagRecognizers

expression A variable that represents an Application object.

Example

The following example accesses the first smart tag recognizer in the list of smart tag recognizers installed for Microsoft Word.

Dim objRecognizer As SmartTagRecognizer 
 
Set objRecognizer = Application.SmartTagRecognizers.Item(1)