CustomXMLNode.ParentNode Property

Definition

Gets the parent element node of the current node. If the current node is at the root level, the property returns Nothing. Read-only.

public:
 property Microsoft::Office::Core::CustomXMLNode ^ ParentNode { Microsoft::Office::Core::CustomXMLNode ^ get(); };
public Microsoft.Office.Core.CustomXMLNode ParentNode { get; }
member this.ParentNode : Microsoft.Office.Core.CustomXMLNode
Public ReadOnly Property ParentNode As CustomXMLNode

Property Value

CustomXMLNode

Applies to