CustomXMLNode.ParentNode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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