Range.XMLNodes Property

Returns a XMLNodes collection that represents the collection of all XML elements within a document or in a range— including those elements that are only partially within the 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 Range
Dim value As XMLNodes

value = instance.XMLNodes
XMLNodes XMLNodes { get; }

Property Value

Type: Microsoft.Office.Interop.Word.XMLNodes

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace