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ètre | Type | Description |
|---|---|---|
| i | int32_t | L’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
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Font for C++