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

Protected method

SmartTagBase

Initializes a new instance of the SmartTagBase class.

Top

Methods

 

Name

Description

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Protected method

Recognize

Searches text for recognized terms.

Public method

Remove

Removes a regular expression recognizer from the smart tag.

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

Actions

Gets or sets an array of actions that are exposed by the smart tag.

Public property

Caption

Gets the name of the smart tag.

Public property

Expressions

Gets the collection of regular expressions that the smart tag will recognize.

Protected property

InsideRecognize

Infrastructure.

Protected property

RecognizerSite

Infrastructure.

Public property

SmartTagType

Gets a namespace that acts as a unique identifier for the smart tag.

Public property

Terms

Gets the collection of string literals that the smart tag will recognize.

Protected property

Text

Infrastructure.

Top

See Also

Reference

SmartTagBase Class

Microsoft.Office.Tools Namespace