System::Xml::XmlAttributeCollection::InsertAfter metode
XmlAttributeCollection::InsertAfter method
Menyisipkan atribut yang ditentukan segera setelah atribut referensi yang ditentukan.
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::InsertAfter(const SharedPtr<XmlAttribute> &newNode, const SharedPtr<XmlAttribute> &refNode)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| newNode | const SharedPtr<XmlAttribute>& | Atribut yang akan disisipkan. |
| refNode | const SharedPtr<XmlAttribute>& | Atribut referensi. newNode ditempatkan setelah refNode. |
ReturnValue
XmlAttribute yang akan disisipkan ke dalam koleksi.
Lihat Juga
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Page for C++