System::Xml::XmlAttributeCollection::RemoveAt méthode

XmlAttributeCollection::RemoveAt method

Supprime l’attribut correspondant à l’indice spécifié de la collection.

SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::RemoveAt(int32_t i)
ParamètreTypeDescription
iint32_tL’index du nœud à supprimer. Le premier nœud a l’index 0.

ReturnValue

Renvoie nullptr s’il n’y a aucun attribut à l’index spécifié.

Voir aussi