System::Xml::XmlAttributeCollection::InsertBefore method

XmlAttributeCollection::InsertBefore method

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

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

ReturnValue

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

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