Edit

Share via


SmartTag.XMLNode Property

Definition

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.

Applies to