طريقة System::Xml::XmlAttributeCollection::InsertAfter

XmlAttributeCollection::InsertAfter method

يدرج السمة المحددة مباشرةً بعد السمة المرجعية المحددة.

SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::InsertAfter(const SharedPtr<XmlAttribute> &newNode, const SharedPtr<XmlAttribute> &refNode)
معاملنوعالوصف
newNodeconst SharedPtr<XmlAttribute>&الخاصية المراد إدراجها.
refNodeconst SharedPtr<XmlAttribute>&السمة المرجعية. newNode توضع بعد refNode.

ReturnValue

الـXmlAttribute لإدراجها في المجموعة.

انظر أيضًا