System::Xml::XmlAttributeCollection::RemoveAt 方法
XmlAttributeCollection::RemoveAt method
从集合中移除对应于指定索引的属性。
SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::RemoveAt(int32_t i)
| 参数 | 类型 | 描述 |
|---|---|---|
| i | int32_t | 要删除的节点索引。第一个节点的索引为 0。 |
ReturnValue
如果在指定索引处没有属性,则返回 nullptr。
另见
- Typedef SharedPtr
- Class XmlAttribute
- Class XmlAttributeCollection
- Namespace System::Xml
- Library Aspose.Font for C++