SVGListBase1.RemoveItem
SVGListBase<T>.RemoveItem method
从列表中删除现有项目。
public T RemoveItem(ulong index)
范围 | 类型 | 描述 |
---|---|---|
index | UInt64 | 要删除的项目的索引。第一项是数字 0。 |
返回值
删除的项目。
例外
例外 | (健康)状况 |
---|---|
DOMException | 代码NO_MODIFICATION_ALLOWED_ERR . 无法修改列表时引发。 |
DOMException | 代码INDEX_SIZE_ERR . 如果索引号大于或等于 numberOfItems 则引发。 |
也可以看看
- class SVGListBase<T>
- 命名空间 Aspose.Svg.Collections
- 部件 Aspose.SVG