Add

Add(IBehaviorProperty)

向集合中添加一个新属性。

public void Add(IBehaviorProperty item)
参数类型描述
itemIBehaviorProperty要添加的属性。

另见


Add(string)

向集合中添加一个新属性。

public void Add(string propertyValue)
参数类型描述
propertyValueString要添加的属性值。

另见