System::Xml::XmlAttributeCollection::InsertAfter méthode
XmlAttributeCollection::InsertAfter method
Insère l’attribut spécifié immédiatement après l’attribut de référence spécifié.
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::InsertAfter(const SharedPtr<XmlAttribute> &newNode, const SharedPtr<XmlAttribute> &refNode)
| Paramètre | Type | Description |
|---|---|---|
| newNode | const SharedPtr<XmlAttribute>& | L’attribut à insérer. |
| refNode | const SharedPtr<XmlAttribute>& | L’attribut de référence. newNode est placé après le refNode. |
ReturnValue
Le XmlAttribute à insérer dans la collection.
Voir aussi
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Font for C++