System::Xml::XmlAttribute::AppendChild method

XmlAttribute::AppendChild method

Adds the specified node to the end of the list of child nodes, of this node.

SharedPtr<XmlNode> System::Xml::XmlAttribute::AppendChild(SharedPtr<XmlNode> newChild) override
ParameterTypeDescription
newChildSharedPtr<XmlNode>The XmlNode to add.

ReturnValue

The XmlNode added.

See Also