طريقة System::Xml::XmlAttributeCollection::InsertBefore
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.Font for C++