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ètreTypeDescription
newNodeconst SharedPtr<XmlAttribute>&L’attribut à insérer.
refNodeconst 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