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)
ParameterTipeDeskripsi
newNodeconst SharedPtr<XmlAttribute>&Atribut yang akan disisipkan.
refNodeconst SharedPtr<XmlAttribute>&Atribut referensi. newNode ditempatkan setelah refNode.

ReturnValue

XmlAttribute yang akan disisipkan ke dalam koleksi.

Lihat Juga