Document.XMLNodes 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.
Gets a XMLNodes collection that represents the collection of all XML elements within the document.
public:
property Microsoft::Office::Interop::Word::XMLNodes ^ XMLNodes { Microsoft::Office::Interop::Word::XMLNodes ^ get(); };
public Microsoft.Office.Interop.Word.XMLNodes XMLNodes { get; }
member this.XMLNodes : Microsoft.Office.Interop.Word.XMLNodes
Public ReadOnly Property XMLNodes As XMLNodes
Property Value
A XMLNodes collection that represents the collection of all XML elements within the document.