IndexOf
IPortionCollection.IndexOf method
确定集合中特定部分的索引。
public int IndexOf(IPortion item)
参数 | 类型 | 描述 |
---|---|---|
item | IPortion | 要在集合中定位的部分。 |
返回值
如果在集合中找到 item 的索引;否则,返回 -1。
另请参见
- 接口 IPortion
- 接口 IPortionCollection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
确定集合中特定部分的索引。
public int IndexOf(IPortion item)
参数 | 类型 | 描述 |
---|---|---|
item | IPortion | 要在集合中定位的部分。 |
如果在集合中找到 item 的索引;否则,返回 -1。