Méthode System::Xml::XmlAttributeCollection::Append
XmlAttributeCollection::Append method
Insère l’attribut spécifié comme le dernier nœud de la collection.
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::Append(const SharedPtr<XmlAttribute> &node)
| Paramètre | Type | Description |
|---|---|---|
| nœud | const SharedPtr<XmlAttribute>& | L’attribut à insérer. |
ReturnValue
Le XmlAttribute à ajouter à la collection.
Voir aussi
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Font for C++