System::Xml::XmlAttributeCollection::InsertBefore method
XmlAttributeCollection::InsertBefore method
Εισάγει το καθορισμένο χαρακτηριστικό αμέσως πριν το καθορισμένο χαρακτηριστικό αναφοράς.
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::InsertBefore(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++