IndexOf
IndexOf(IBehaviorProperty)
Détermine l’index d’un élément spécifique dans leIList .
public int IndexOf(IBehaviorProperty item)
Paramètre | Taper | La description |
---|---|---|
item | IBehaviorProperty | L’objet à localiser dans leIList. |
Return_Value
L’indice deitem si trouvé dans la liste ; sinon, -1.
Voir également
- interface IBehaviorProperty
- class BehaviorPropertyCollection
- espace de noms Aspose.Slides.Animation
- Assemblée Aspose.Slides
IndexOf(string)
Détermine l’index d’un élément spécifique par valeur de propriété dans leIList .
public int IndexOf(string propertyValue)
Paramètre | Taper | La description |
---|---|---|
propertyValue | String | valeur du bien |
Return_Value
L’index de la propriété avec la valeur spécifiée
Voir également
- class BehaviorPropertyCollection
- espace de noms Aspose.Slides.Animation
- Assemblée Aspose.Slides