System::Xml::XmlAttributeCollection::InsertAfter मेथड

XmlAttributeCollection::InsertAfter method

निर्दिष्ट संदर्भ गुण के तुरंत बाद निर्दिष्ट गुण सम्मिलित करता है।

SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::InsertAfter(const SharedPtr<XmlAttribute> &newNode, const SharedPtr<XmlAttribute> &refNode)
पैरामीटरप्रकारविवरण
newNodeconst SharedPtr<XmlAttribute>&सम्मिलित करने के लिए एट्रिब्यूट।
refNodeconst SharedPtr<XmlAttribute>&रेफरेंस एट्रिब्यूट। newNode को refNode के बाद रखा जाता है।

ReturnValue

संग्रह में सम्मिलित करने के लिए XmlAttribute

संबंधित देखें