BehaviorPropertyCollectionIndexOf Method (String) |
Determines the index of a specific item by property value in the
IListT.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public int IndexOf(
string propertyValue
)
Public Function IndexOf (
propertyValue As String
) As Integer
public:
virtual int IndexOf(
String^ propertyValue
) sealed
abstract IndexOf :
propertyValue : string -> int
override IndexOf :
propertyValue : string -> int
Parameters
- propertyValue
- Type: SystemString
value of the property
Return Value
Type:
Int32The index of the property with the specified value
Implements
IBehaviorPropertyCollectionIndexOf(String)See Also