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

XmlAttribute::InsertAfter method

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

SharedPtr<XmlNode> System::Xml::XmlAttribute::InsertAfter(SharedPtr<XmlNode> newChild, SharedPtr<XmlNode> refChild) override
معاملنوعالوصف
newChildSharedPtr<XmlNode>XmlNode المراد إدراجه.
refChildSharedPtr<XmlNode>الـXmlNode الذي هو عقدة الإشارة. يتم وضع newChild بعد refChild.

ReturnValue

XmlNode المُدرج.

انظر أيضًا