System::Xml::XmlAttributeCollection::InsertBefore method
XmlAttributeCollection::InsertBefore method
निर्दिष्ट संदर्भ गुण से तुरंत पहले निर्दिष्ट गुण सम्मिलित करता है।
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::InsertBefore(const SharedPtr<XmlAttribute> &newNode, const SharedPtr<XmlAttribute> &refNode)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| newNode | const SharedPtr<XmlAttribute>& | सम्मिलित करने के लिए एट्रिब्यूट। |
| refNode | const SharedPtr<XmlAttribute>& | संदर्भ गुण। newNode को refNode से पहले रखा जाता है। |
ReturnValue
संग्रह में सम्मिलित करने के लिए XmlAttribute।
संबंधित देखें
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Page for C++