System::Xml::XmlElement::RemoveAttributeAt method

XmlElement::RemoveAttributeAt method

Removes the attribute node with the specified index from the element. (If the removed attribute has a default value, it is immediately replaced).

virtual SharedPtr<XmlNode> System::Xml::XmlElement::RemoveAttributeAt(int32_t i)
ParameterTypeDescription
iint32_tThe index of the node to remove. The first node has index 0.

ReturnValue

The attribute node removed or nullptr if there is no node at the given index.

See Also