BehaviorPropertyCollectionIndexOf Method (IBehaviorProperty) |
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)
Syntaxpublic int IndexOf(
IBehaviorProperty item
)
Public Function IndexOf (
item As IBehaviorProperty
) As Integer
public:
virtual int IndexOf(
IBehaviorProperty^ item
) sealed
abstract IndexOf :
item : IBehaviorProperty -> int
override IndexOf :
item : IBehaviorProperty -> int
Parameters
- item
- Type: Aspose.Slides.AnimationIBehaviorProperty
The object to locate in the IListT.
Return Value
Type:
Int32The index of
item if found in the list; otherwise, -1.
Implements
IListTIndexOf(T)
See Also