System::Xml::XmlAttributeCollection::InsertBefore Methode
XmlAttributeCollection::InsertBefore method
Fügt das angegebene Attribut unmittelbar vor dem angegebenen Referenzattribut ein.
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::InsertBefore(const SharedPtr<XmlAttribute> &newNode, const SharedPtr<XmlAttribute> &refNode)
| Parameter | Typ | Beschreibung |
|---|---|---|
| newNode | const SharedPtr<XmlAttribute>& | Das Attribut zum Einfügen. |
| refNode | const SharedPtr<XmlAttribute>& | Das Referenzattribut. newNode wird vor dem refNode platziert. |
ReturnValue
Das XmlAttribute zum Einfügen in die Sammlung.
Siehe auch
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Font for C++