XMLNode.ParentNode Property
Returns a XMLNode object that represents the parent element of the specified element.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ParentNode As XMLNode
Get
'Usage
Dim instance As XMLNode
Dim value As XMLNode
value = instance.ParentNode
XMLNode ParentNode { get; }
Property Value
Type: Microsoft.Office.Interop.Word.XMLNode