IndexOf
PortionCollection.IndexOf method
确定IList中特定项目的索引。
public int IndexOf(IPortion item)
范围 | 类型 | 描述 |
---|---|---|
item | IPortion | 在IList中定位的对象. |
返回值
item的索引(如果在列表中找到);否则,-1。
也可以看看
- interface IPortion
- class PortionCollection
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides
确定IList中特定项目的索引。
public int IndexOf(IPortion item)
范围 | 类型 | 描述 |
---|---|---|
item | IPortion | 在IList中定位的对象. |
item的索引(如果在列表中找到);否则,-1。