System::Xml::XmlAttribute::RemoveChild method

XmlAttribute::RemoveChild method

Removes the specified child node.

SharedPtr<XmlNode> System::Xml::XmlAttribute::RemoveChild(SharedPtr<XmlNode> oldChild) override
ParameterTypeDescription
oldChildSharedPtr<XmlNode>The XmlNode to remove.

ReturnValue

The XmlNode removed.

See Also