IndexOf()

IBehaviorPropertyCollection::IndexOf(const System::String&) const method

Determines the index of a specific item by property value in the IList.

virtual int32_t Aspose::Slides::Animation::IBehaviorPropertyCollection::IndexOf(const System::String &propertyValue) const =0

Arguments

ParameterTypeDescription
propertyValueconst System::String&value of the property

Return Value

The index of the property with the specified value

See Also