System::Xml::XmlAttributeCollection::InsertBefore-metoden
XmlAttributeCollection::InsertBefore method
Infogar det angivna attributet omedelbart före det angivna referensattributet.
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::InsertBefore(const SharedPtr<XmlAttribute> &newNode, const SharedPtr<XmlAttribute> &refNode)
| Parameter | Type | Beskrivning |
|---|---|---|
| newNode | const SharedPtr<XmlAttribute>& | Attributet att infoga. |
| refNode | const SharedPtr<XmlAttribute>& | Referensattributet. newNode placeras före refNode. |
ReturnValue
Den XmlAttribute som ska infogas i samlingen.
Se även
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Page for C++