Metode System::Xml::XmlAttributeCollection::InsertBefore
XmlAttributeCollection::InsertBefore method
Menyisipkan atribut yang ditentukan segera sebelum atribut referensi yang ditentukan.
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::InsertBefore(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 sebelum 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++