Remove

Remove(IBehaviorProperty)

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

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

也可以看看


Remove(string)

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

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

也可以看看