XMLNode.ParentNode property (Word)

Returns an XMLNode object that represents the parent element of the specified element.

Syntax

expression. ParentNode

expression An expression that returns an 'XMLNode' object.

Example

The following example accesses the parent XML node of the text selected in the active document.

Dim objNode As XMLNode 
 
Set objNode = Selection.XMLParentNode.ParentNode

See also

XMLNode Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.