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

XmlAttribute::InsertBefore method

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

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

ReturnValue

XmlNode المُدرج.

انظر أيضًا