SmartTagRecognizers Interface

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("F2B60A10-DED5-46FB-A914-3C6F4EBB6451")> _
Public Interface SmartTagRecognizers _
    Inherits IEnumerable
'Usage
Dim instance As SmartTagRecognizers
[GuidAttribute("F2B60A10-DED5-46FB-A914-3C6F4EBB6451")]
public interface SmartTagRecognizers : IEnumerable

Remarks

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

See Also

Reference

SmartTagRecognizers Members

Microsoft.Office.Interop.Word Namespace