XmlText.ParentNode Property

Definition

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.

Implements

Applies to