Insert
IBehaviorPropertyCollection.Insert method
在指定索引处将具有指定属性值的新属性插入到集合中。
public void Insert(int index, string propertyValue)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 新属性应插入的索引。 |
propertyValue | String | 要添加的属性值。 |
在指定索引处将具有指定属性值的新属性插入到集合中。
public void Insert(int index, string propertyValue)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 新属性应插入的索引。 |
propertyValue | String | 要添加的属性值。 |