CustomXMLNode.ParentNode Property
Gets the parent element node of the current node. If the current node is at the root level, the property returns Nothing. Read-only.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property ParentNode As CustomXMLNode
Get
'Usage
Dim instance As CustomXMLNode
Dim value As CustomXMLNode
value = instance.ParentNode
CustomXMLNode ParentNode { get; }
Property Value
Type: Microsoft.Office.Core.CustomXMLNode
CustomXMLNode