IndexOf()
IBehaviorCollection::IndexOf(System::SharedPtr<IBehavior>) method
Determines the index of a specific item in the IList.
virtual int32_t Aspose::Slides::Animation::IBehaviorCollection::IndexOf(System::SharedPtr<IBehavior> item)=0
Arguments
Parameter | Type | Description |
---|---|---|
item | System::SharedPtr<IBehavior> | The object to locate in the IList. |
Return Value
The index of item if found in the list; otherwise, -1.
See Also
- Typedef SharedPtr
- Class IBehavior
- Class IBehaviorCollection
- Namespace Aspose::Slides::Animation
- Library Aspose.Slides