System::Xml::XmlAttributeCollection::Remove method

XmlAttributeCollection::Remove method

Removes the specified attribute from the collection.

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

ReturnValue

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

See Also