AppendChild()

XmlAttribute::AppendChild(SharedPtr<XmlNode>) 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

Arguments

ParameterTypeDescription
newChildSharedPtr<XmlNode>The XmlNode to add.

Return Value

The XmlNode added.

See Also