SmartTag.XMLNode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a XMLNode object that represents the XML element for a smart tag.
public:
property Microsoft::Office::Interop::Word::XMLNode ^ XMLNode { Microsoft::Office::Interop::Word::XMLNode ^ get(); };
public Microsoft.Office.Interop.Word.XMLNode XMLNode { get; }
member this.XMLNode : Microsoft.Office.Interop.Word.XMLNode
Public ReadOnly Property XMLNode As XMLNode
Property Value
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.