SmartTag.XMLNode Property

Returns a XMLNode object that represents the XML element for a smart tag.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property XMLNode As XMLNode
    Get
'Usage
Dim instance As SmartTag
Dim value As XMLNode

value = instance.XMLNode
XMLNode XMLNode { get; }

Property Value

Type: Microsoft.Office.Interop.Word.XMLNode

Remarks

Not all smart tags contain XML nodes; however, the XMLNode property allows developers to access the XML nodes for smart tags that contain XML nodes.

See Also

Reference

SmartTag Interface

SmartTag Members

Microsoft.Office.Interop.Word Namespace