Selection.XMLParentNode Property
Returns a XMLNode object that represents the parent node of a selection.
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 Selection
Dim value As XMLNode
value = instance.XMLParentNode
XMLNode XMLParentNode { get; }
Property Value
Type: Microsoft.Office.Interop.Word.XMLNode