Remove

Remove(IBehaviorProperty)

从集合中删除指定的属性。

public bool Remove(IBehaviorProperty item)
参数类型描述
itemIBehaviorProperty要删除的属性。

参见


Remove(string)

从集合中删除指定的属性。

public bool Remove(string propertyValue)
参数类型描述
propertyValueString要删除的属性值。

参见