Share via


Range.XMLParentNode Property

Returns a XMLNode object that represents the parent node of a selection or range.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property XMLParentNode As XMLNode
    Get
'Usage
Dim instance As Range
Dim value As XMLNode

value = instance.XMLParentNode
XMLNode XMLParentNode { get; }

Property Value

Type: Microsoft.Office.Interop.Word.XMLNode

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace