System::Xml::XmlAttributeCollection::Append-Methode
XmlAttributeCollection::Append method
Fügt das angegebene Attribut als letzten Knoten in die Sammlung ein.
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::Append(const SharedPtr<XmlAttribute> &node)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Knoten | const SharedPtr<XmlAttribute>& | Das einzufügende Attribut. |
ReturnValue
Das XmlAttribute, das an die Sammlung angehängt werden soll.
Siehe auch
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Page for C++