SmartTagBase Members (2007 System)
Include Protected Members
Include Inherited Members
Provides the base class for smart tags in Visual Studio Tools for Office solutions.
The SmartTagBase type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the SmartTagBase class.
Top
Methods
Name
Description
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Searches text for recognized terms.
Removes a regular expression recognizer from the smart tag.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets or sets an array of actions that are exposed by the smart tag.
Gets the name of the smart tag.
Gets the collection of regular expressions that the smart tag will recognize.
Infrastructure.
Infrastructure.
Gets a namespace that acts as a unique identifier for the smart tag.
Gets the collection of string literals that the smart tag will recognize.
Infrastructure.
Top