XmlText.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 node of the node instance.
public:
property IXmlNode ^ ParentNode { IXmlNode ^ get(); };
IXmlNode ParentNode();
public IXmlNode ParentNode { get; }
var iXmlNode = xmlText.parentNode;
Public ReadOnly Property ParentNode As IXmlNode
Property Value
The parent node.