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
Parameter | Type | Description |
---|---|---|
node | const SharedPtr<XmlAttribute>& | The attribute to remove. |
Return Value
The node removed or nullptr if it is not found in the collection.
See Also
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Slides