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)
Parameter | Type | Description |
---|---|---|
node | const SharedPtr<XmlAttribute>& | The attribute to remove. |
ReturnValue
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.Font for C++