IBehaviorCollectionIndexOf Method |
Determines the index of a specific item in the
IListT.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax int IndexOf(
IBehavior item
)
Function IndexOf (
item As IBehavior
) As Integer
int IndexOf(
IBehavior^ item
)
abstract IndexOf :
item : IBehavior -> int
Parameters
- item
- Type: Aspose.Slides.AnimationIBehavior
The object to locate in the IListT.
Return Value
Type:
Int32
The index of
item if found in the list; otherwise, -1.
See Also