SmartTagBase Interface

Definition

Defines shared functionality for smart tags in Office solutions for Word and Excel.

public interface class SmartTagBase
[System.Runtime.InteropServices.Guid("1307c5bf-7322-4300-91a9-48393a86ea81")]
public interface SmartTagBase
[<System.Runtime.InteropServices.Guid("1307c5bf-7322-4300-91a9-48393a86ea81")>]
type SmartTagBase = interface
Public Interface SmartTagBase
Derived
Attributes

Remarks

SmartTagBase is the base interface for Microsoft.Office.Tools.Excel.SmartTag and Microsoft.Office.Tools.Word.SmartTag. To create a smart tag in an Office solution for Word or Excel, use the Globals.Factory.CreateSmartTag method to create a Microsoft.Office.Tools.Excel.SmartTag or Microsoft.Office.Tools.Word.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.

Usage

This type is intended to be used only in projects for Excel 2007 and Word 2007. Smart tags are deprecated in Excel 2010 and Word 2010.

This documentation describes the version of this type that is used in Office projects that target the .NET Framework 4 or later. In projects that target the .NET Framework 3.5, this type might have different members and the code examples provided for this type might not work. For documentation about this type in projects that target the .NET Framework 3.5, see the following reference section in the Visual Studio 2008 documentation: http://go.microsoft.com/fwlink/?LinkId=160658.

Properties

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..

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..

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..

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..

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..

Methods

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..

Applies to