Share via


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)

Usage

Dim xMLNode1 As XMLNode

Dim returnValue As SmartTag
returnValue = xMLNode1.SmartTag

Syntax

ReadOnly Property SmartTag() As SmartTag
SmartTag SmartTag {get;}
property SmartTag^ SmartTag{
    SmartTag^ get();
}
public SmartTag get_SmartTag();
function get SmartTag() : 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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

XMLNode Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

XMLNode Members