System::Xml::XmlAttributeCollection::Append method

XmlAttributeCollection::Append method

Inserts the specified attribute as the last node in the collection.

SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::Append(const SharedPtr<XmlAttribute> &node)
ParameterTypeDescription
nodeconst SharedPtr<XmlAttribute>&The attribute to insert.

ReturnValue

The XmlAttribute to append to the collection.

See Also