Insert

Méthode IBehaviorPropertyCollection.Insert

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ètreTypeDescription
indexInt32Index où une nouvelle propriété doit être insérée.
propertyValueStringValeur de la propriété à ajouter.

Voir aussi