XmlDocumentFragment.FirstChild Property

Definition

Gets the first child node.

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

Property Value

The first child node. This property returns NULL if there are no children.

Implements

Applies to