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)
Usage
Public Class martTagRecognizersImplementation
Implements SmartTagRecognizers
End Class
Dim martTagRecognizersImplementation1 As New martTagRecognizersImplementation()
Syntax
Public Interface SmartTagRecognizers
Inherits IEnumerable
public interface SmartTagRecognizers : IEnumerable
public interface class SmartTagRecognizers : public IEnumerable
public interface SmartTagRecognizers implements IEnumerable
public interface SmartTagRecognizers implements IEnumerable
Remarks
Use the SmartTagRecognizers property of the _Application object to return a SmartTagRecognizers collection.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms
See Also
Reference
Microsoft.Office.Interop.Word Namespace