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

XmlAttributeCollection::Remove method

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

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

ReturnValue

已移除的节点,若在集合中未找到则为 nullptr

另见