InsertItemBefore
SVGListBase<T>.InsertItemBefore method
在列表的指定位置插入一个新项目。第一项是数字 0.
public T InsertItemBefore(T newItem, ulong index)
范围 | 类型 | 描述 |
---|---|---|
newItem | T | 要插入到列表中的项目。 |
index | UInt64 | 要插入新项目的项目的索引。第一项是数字 0。如果索引等于 0,则将新项插入到列表的前面。如果索引大于或等于 numberOfItems,则将新项目附加到列表的末尾。 |
返回值
插入的项目。
例外
例外 | (健康)状况 |
---|---|
DOMException | 代码NO_MODIFICATION_ALLOWED_ERR . 无法修改列表时引发。 |
也可以看看
- class SVGListBase<T>
- 命名空间 Aspose.Svg.Collections
- 部件 Aspose.SVG