System::Xml::XmlAttributeCollection::InsertAfter मेथड
XmlAttributeCollection::InsertAfter method
निर्दिष्ट संदर्भ गुण के तुरंत बाद निर्दिष्ट गुण सम्मिलित करता है।
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::InsertAfter(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++