طريقة System::Xml::XmlAttributeCollection::InsertAfter
XmlAttributeCollection::InsertAfter method
يدرج السمة المحددة مباشرةً بعد السمة المرجعية المحددة.
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::InsertAfter(const SharedPtr<XmlAttribute> &newNode, const SharedPtr<XmlAttribute> &refNode)
| Parameter | Type | الوصف |
|---|---|---|
| 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++