Insert
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 | Type | Description |
---|---|---|
index | Int32 | Index où une nouvelle propriété doit être insérée. |
item | IBehaviorProperty | Propriété à ajouter. |
Voir aussi
- interface IBehaviorProperty
- class BehaviorPropertyCollection
- namespace Aspose.Slides.Animation
- assembly 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 | Type | Description |
---|---|---|
index | Int32 | Index où une nouvelle propriété doit être insérée. |
propertyValue | String | Valeur de la propriété à ajouter. |
Voir aussi
- class BehaviorPropertyCollection
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides