SmartTag Interface
Represents a smart tag in a Word document that is customized by using the Office development tools in Visual Studio.
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
| Name | Description | |
|---|---|---|
![]() | Actions | Gets or sets an array of actions that are exposed by the smart tag. This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010. .(Inherited from SmartTagBase.) |
![]() | Caption | Gets the name of the smart tag. This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010. .(Inherited from SmartTagBase.) |
![]() | DefaultExtension | Gets the default extension for this SmartTag object. This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010. . |
![]() | Expressions | Gets the collection of regular expressions that the smart tag will recognize. This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010. .(Inherited from SmartTagBase.) |
![]() | Extension | Gets a custom extension for this SmartTag object. |
![]() | SmartTagType | Gets a namespace that acts as a unique identifier for the smart tag. This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010. .(Inherited from SmartTagBase.) |
![]() | Terms | Gets the collection of string literals that the smart tag will recognize. This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010. .(Inherited from SmartTagBase.) |
| Name | Description | |
|---|---|---|
![]() | Remove(Regex^) | Removes a regular expression recognizer from the smart tag. This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010. .(Inherited from SmartTagBase.) |
To create smart tag, use the Globals.Factory.CreateSmartTag method to create a SmartTag object.
Note |
|---|
This interface is implemented by the Visual Studio Tools for Office runtime. It is not intended to be implemented in your code. For more information, see Visual Studio Tools for Office Runtime Overview. |
This type is intended to be used only in projects for Word 2007. Smart tags are deprecated in Word 2010.


