Remove

IBehaviorCollection.Remove 方法

从集合中移除指定的行为。

public bool Remove(IBehavior item)
参数类型描述
itemIBehavior要移除的行为。

返回值

如果成功移除行为,则为 True。布尔值

另请参阅