Insert

IBehaviorPropertyCollection.Insert method

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

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

参见