Insert

IBehaviorPropertyCollection.Insert method

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ètreTaperLa description
indexInt32Index où une nouvelle propriété doit être insérée.
propertyValueStringValeur du bien à ajouter.

Voir également