System::Xml::XmlAttributeCollection::Remove 方法

XmlAttributeCollection::Remove method

从集合中移除指定的属性。

SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::Remove(const SharedPtr<XmlAttribute> &node)
ParameterType描述
节点const SharedPtr<XmlAttribute>&要移除的属性。

ReturnValue

被移除的节点,如果在集合中未找到则为 nullptr

另见