System::Xml::XmlAttributeCollection::Remove 方法
XmlAttributeCollection::Remove method
从集合中移除指定的属性。
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::Remove(const SharedPtr<XmlAttribute> &node)
| 参数 | 类型 | 描述 |
|---|---|---|
| 节点 | const SharedPtr<XmlAttribute>& | 要移除的属性。 |
ReturnValue
已移除的节点,若在集合中未找到则为 nullptr。
另见
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Font for C++