SmartTagRecognizeContext Interface

Provides the context of a call to a custom smart tag recognizer.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

Syntax

'Declaration
<GuidAttribute("88E3C033-24AE-474A-878B-BE837DCABBF3")> _
Public Interface SmartTagRecognizeContext
[GuidAttribute("88E3C033-24AE-474A-878B-BE837DCABBF3")]
public interface SmartTagRecognizeContext

The SmartTagRecognizeContext type exposes the following members.

Properties

  Name Description
Public property ParagraphText Gets the text from the paragraph that is sent to the Recognize 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.
.

Top

Methods

  Name Description
Public method PersistTag 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.
.

Top

Remarks

When you implement the Recognize method to define a custom smart tag recognizer, the context parameter is a SmartTagRecognizeContext object. Use the ParagraphText property of this object to get the text from the paragraph 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 Word 2007. Smart tags are deprecated in Word 2010.

See Also

Reference

Microsoft.Office.Tools.Word Namespace