ISmartTagExtension.Recognize Method
Searches text in the cell for recognized terms. 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. .
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Syntax
'Declaration
Sub Recognize ( _
text As String, _
site As ISmartTagRecognizerSite, _
tokenList As ISmartTagTokenList, _
context As SmartTagRecognizeContext _
)
void Recognize(
string text,
ISmartTagRecognizerSite site,
ISmartTagTokenList tokenList,
SmartTagRecognizeContext context
)
Parameters
text
Type: System.StringThe text to search for recognized terms.
site
Type: ISmartTagRecognizerSiteThe location of the text in the workbook or document.
tokenList
Type: ISmartTagTokenListThe text to search for recognized terms, broken down into a list of tokens.
context
Type: Microsoft.Office.Tools.Excel.SmartTagRecognizeContextAn object that provides the text from the cell that is sent to the recognizer and a method you can call to indicate that the smart tag was found.
Remarks
This method is called by the Visual Studio Tools for Office runtime to search text for recognized terms. Implement this method if you want to incorporate your own search algorithms to run in addition to the standard recognizers.
To view a code example, see the Microsoft Visual Studio 2008/.NET Framework 3.5 version of this topic.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.