SmartTagRecognizeContext Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the context of a call to a custom smart tag recognizer.
public interface class SmartTagRecognizeContext
[System.Runtime.InteropServices.Guid("b0fb8771-2307-4e1c-afb8-4ef3738a6ccc")]
public interface SmartTagRecognizeContext
[<System.Runtime.InteropServices.Guid("b0fb8771-2307-4e1c-afb8-4ef3738a6ccc")>]
type SmartTagRecognizeContext = interface
Public Interface SmartTagRecognizeContext
- Attributes
Remarks
When you implement the Recognize method to define a custom smart tag recognizer, the context
parameter is a SmartTagRecognizeContext object. Use the CellText property of this object to get the text from the cell that is sent to the recognizer, and use the PersistTag method of this object to indicate that a smart tag was found.
Usage
This type is intended to be used only in projects for Excel 2007. Smart tags are deprecated in Excel 2010..
Properties
CellText |
Gets the text from the cell that is sent to the Recognize(String, ISmartTagRecognizerSite, ISmartTagTokenList, SmartTagRecognizeContext) method. 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.. 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
PersistTag(ISmartTagProperties) |
Stores information about 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.. |