XMLNode.SmartTag Property
Returns a SmartTag object that represents the smart tag associated with an XML element.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property SmartTag As SmartTag
Get
'Usage
Dim instance As XMLNode
Dim value As SmartTag
value = instance.SmartTag
SmartTag SmartTag { get; }
Property Value
Type: Microsoft.Office.Interop.Word.SmartTag
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.