Insert

IBehaviorPropertyCollection.Insert method

在指定索引处将新属性(具有指定属性值)插入到集合中。

public void Insert(int index, string propertyValue)
范围类型描述
indexInt32应该插入新属性的索引。
propertyValueString要添加的属性的值。

也可以看看