Append()

XmlAttributeCollection::Append(const SharedPtr<XmlAttribute>&) method

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

SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::Append(const SharedPtr<XmlAttribute> &node)

Arguments

ParameterTypeDescription
nodeconst SharedPtr<XmlAttribute>&The attribute to insert.

Return Value

The XmlAttribute to append to the collection.

See Also