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
Parameter | Type | Description |
---|---|---|
newChild | SharedPtr<XmlNode> | The XmlNode to add. |
Return Value
The XmlNode added.
See Also
- Typedef SharedPtr
- Class XmlNode
- Class XmlAttribute
- Namespace System::Xml
- Library Aspose.Slides