Remove

IBehaviorPropertyCollection.Remove method

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

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

返回值

如果属性成功删除,则为 True Boolean

另见