Insert
Contenu
[
Cacher
]Insert(int, IBehaviorProperty)
Insère une nouvelle propriété dans la collection à l’index spécifié.
public void Insert(int index, IBehaviorProperty item)
Paramètre | Taper | La description |
---|---|---|
index | Int32 | Index où une nouvelle propriété doit être insérée. |
item | IBehaviorProperty | Propriété à ajouter. |
Voir également
- interface IBehaviorProperty
- class BehaviorPropertyCollection
- espace de noms Aspose.Slides.Animation
- Assemblée Aspose.Slides
Insert(int, string)
Insère une nouvelle propriété (avec la valeur de propriété spécifiée) dans la collection à l’index spécifié.
public void Insert(int index, string propertyValue)
Paramètre | Taper | La description |
---|---|---|
index | Int32 | Index où une nouvelle propriété doit être insérée. |
propertyValue | String | Valeur du bien à ajouter. |
Voir également
- class BehaviorPropertyCollection
- espace de noms Aspose.Slides.Animation
- Assemblée Aspose.Slides