Remove()

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

Removes the specified attribute from the collection.

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

Arguments

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

Return Value

The node removed or nullptr if it is not found in the collection.

See Also