XmlComment.FirstChild Property

Definition

Gets the first child node. This property always returns NULL.

public:
 property IXmlNode ^ FirstChild { IXmlNode ^ get(); };
IXmlNode FirstChild();
public IXmlNode FirstChild { get; }
var iXmlNode = xmlComment.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