System::Xml::XmlAttribute::RemoveChild metode

XmlAttribute::RemoveChild method

Menghapus node anak yang ditentukan.

SharedPtr<XmlNode> System::Xml::XmlAttribute::RemoveChild(SharedPtr<XmlNode> oldChild) override
ParameterTipeDeskripsi
oldChildSharedPtr<XmlNode>XmlNode yang akan dihapus.

ReturnValue

XmlNode yang dihapus.

Lihat Juga