SmartTag Interface

Definition

Represents a smart tag in an Excel workbook that is customized by using the Office development tools in Visual Studio.

public interface class SmartTag : Microsoft::Office::Tools::SmartTagBase
[System.Runtime.InteropServices.Guid("f210dc7f-21b5-475e-ae31-76a9b06b9835")]
public interface SmartTag : Microsoft.Office.Tools.SmartTagBase
[<System.Runtime.InteropServices.Guid("f210dc7f-21b5-475e-ae31-76a9b06b9835")>]
type SmartTag = interface
    interface SmartTagBase
Public Interface SmartTag
Implements SmartTagBase
Attributes
Implements

Remarks

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.

Usage

This type is intended to be used only in projects for Excel 2007. Smart tags are deprecated in Excel 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..

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

(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)

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

(Inherited from SmartTagBase)

Applies to