IndexOf
IndexOf(IBehaviorProperty)
确定IList中特定项目的索引。
public int IndexOf(IBehaviorProperty item)
范围 | 类型 | 描述 |
---|---|---|
item | IBehaviorProperty | 在IList中定位的对象. |
返回值
item的索引(如果在列表中找到);否则,-1。
也可以看看
- interface IBehaviorProperty
- class BehaviorPropertyCollection
- 命名空间 Aspose.Slides.Animation
- 部件 Aspose.Slides
IndexOf(string)
通过IList中的属性值确定特定项目的索引。
public int IndexOf(string propertyValue)
范围 | 类型 | 描述 |
---|---|---|
propertyValue | String | 属性值 |
返回值
属性索引具有指定值