SmartTagRecognizeContext.ParagraphText Property
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.
Gets the text from the paragraph 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..
public:
property System::String ^ ParagraphText { System::String ^ get(); };
public string ParagraphText { get; }
member this.ParagraphText : string
Public ReadOnly Property ParagraphText As String
Property Value
The text from the paragraph that is sent to the Recognize(String, ISmartTagRecognizerSite, ISmartTagTokenList, SmartTagRecognizeContext) method.