XmlComment.FirstChild 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 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.