get_FirstChild()

XmlNode::get_FirstChild() method

Returns the first child of the node.

virtual SharedPtr<XmlNode> System::Xml::XmlNode::get_FirstChild() final

Return Value

The first child of the node. If there is no such node, nullptr is returned.

See Also