Selection.XMLNodes Property

Returns a XMLNodes collection that represents the collection of all XML elements in a selection — including those elements that are only partially within the selection.

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 Selection
Dim value As XMLNodes

value = instance.XMLNodes
XMLNodes XMLNodes { get; }

Property Value

Type: Microsoft.Office.Interop.Word.XMLNodes

See Also

Reference

Selection Interface

Selection Members

Microsoft.Office.Interop.Word Namespace