RemoveAt()

XmlAttributeCollection::RemoveAt(int32_t) method

Removes the attribute corresponding to the specified index from the collection.

SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::RemoveAt(int32_t i)

Arguments

ParameterTypeDescription
iint32_tThe index of the node to remove. The first node has index 0.

Return Value

Returns nullptr if there is no attribute at the specified index.

See Also