System::Xml::XmlAttributeCollection::InsertAfter metod

XmlAttributeCollection::InsertAfter method

Infogar det angivna attributet omedelbart efter det angivna referensattributet.

SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::InsertAfter(const SharedPtr<XmlAttribute> &newNode, const SharedPtr<XmlAttribute> &refNode)
ParameterTypeBeskrivning
newNodeconst SharedPtr<XmlAttribute>&Attributet att infoga.
refNodeconst SharedPtr<XmlAttribute>&Referensattributet. newNode placeras efter refNode.

ReturnValue

Den XmlAttribute som ska infogas i samlingen.

Se även