Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.