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

ReturnValue

XmlAttribute yang akan disisipkan ke dalam koleksi.

Lihat Juga