System::Xml::XmlAttributeCollection::InsertAfter methode

XmlAttributeCollection::InsertAfter method

Voegt het opgegeven attribuut direct na het opgegeven referentie‑attribuut in.

SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::InsertAfter(const SharedPtr<XmlAttribute> &newNode, const SharedPtr<XmlAttribute> &refNode)
ParameterTypeBeschrijving
newNodeconst SharedPtr<XmlAttribute>&Het attribuut om in te voegen.
refNodeconst SharedPtr<XmlAttribute>&Het referentie-attribuut. newNode wordt geplaatst na de refNode.

ReturnValue

De XmlAttribute om in de collectie in te voegen.

Zie ook