System::Xml::XmlAttributeCollection::RemoveAt 方法

XmlAttributeCollection::RemoveAt method

从集合中移除对应于指定索引的属性。

SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::RemoveAt(int32_t i)
参数类型描述
iint32_t要删除的节点索引。第一个节点的索引为 0。

ReturnValue

如果在指定索引处没有属性,则返回 nullptr

另见