SmartTagRecognizers Property

Microsoft Word Visual Basic

SmartTagRecognizers Property

Returns a SmartTagRecognizers collection for an application.

expression.SmartTagRecognizers

expression    Required. An expression that returns one of the objects in the Applies To list.

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)