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

Voir également


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

Voir également