XMLNode.SmartTag Property

Definition

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.

Applies to