Insert

Insert(int, IBehaviorProperty)

在指定索引处向集合插入一个新属性。

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

另请参见


Insert(int, string)

在指定索引处向集合插入一个新属性(带有指定的属性值)。

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

另请参见