Share via


XmlDocumentFragment.ParentNode Property

Definition

Overloads

ParentNode

Gets the parent node of the node instance. This property is not applicable to this class.

ParentNode

Gets the parent node of the node instance. This property is not applicable to this class.

public:
 property IXmlNode ^ ParentNode { IXmlNode ^ get(); };
IXmlNode ParentNode();
public IXmlNode ParentNode { get; }
var iXmlNode = xmlDocumentFragment.parentNode;
Public ReadOnly Property ParentNode As IXmlNode

Property Value

The parent node.

Implements

Applies to