_Document.XMLNodes Property
Returns a XMLNodes collection that represents the collection of all XML elements within a document or in a selection or range— including those elements that are only partially within the selection or range.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property XMLNodes As XMLNodes
Get
'Usage
Dim instance As _Document
Dim value As XMLNodes
value = instance.XMLNodes
XMLNodes XMLNodes { get; }
Property Value
Type: Microsoft.Office.Interop.Word.XMLNodes