XMLNode.SmartTag 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.
Returns a SmartTag object that represents the smart tag associated with an XML element.
public:
property Microsoft::Office::Interop::Word::SmartTag ^ SmartTag { Microsoft::Office::Interop::Word::SmartTag ^ get(); };
public Microsoft.Office.Interop.Word.SmartTag SmartTag { get; }
member this.SmartTag : Microsoft.Office.Interop.Word.SmartTag
Public ReadOnly Property SmartTag As SmartTag
Property Value
Remarks
XML elements can have smart tag actions assigned to them through external components that implement the ISmartTag interface. For more information on smart tags and how to create recognizers and action handlers, refer to the Smart Tag Software Development Kit on the Microsoft Developer Network (MSDN) Web site.