System::Xml::XmlAttributeCollection::InsertAfter methode
XmlAttributeCollection::InsertAfter method
Voegt het opgegeven attribuut direct na het opgegeven referentie‑attribuut in.
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::InsertAfter(const SharedPtr<XmlAttribute> &newNode, const SharedPtr<XmlAttribute> &refNode)
| Parameter | Type | Beschrijving |
|---|---|---|
| newNode | const SharedPtr<XmlAttribute>& | Het attribuut om in te voegen. |
| refNode | const SharedPtr<XmlAttribute>& | Het referentie-attribuut. newNode wordt geplaatst na de refNode. |
ReturnValue
De XmlAttribute om in de collectie in te voegen.
Zie ook
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Page for C++