Remove

KnownPropertyList.Remove method

列表是只读的。不支持操作。

public bool Remove(PropertyDescriptor item)
范围类型描述
itemPropertyDescriptor要从 System.Collections.Generic.ICollection 中删除的对象。

返回值

如果项目已成功从 System.Collections.Generic.ICollection 中删除,则为 true; 否则为 false。如果在 原始 System.Collections.Generic.ICollection. 中找不到项目,此方法也会返回 false

也可以看看