Document.XMLNodes Property

Definition

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.

Applies to