ElementCollection.Remove

ElementCollection.Remove 方法

从集合中移除项目。

public bool Remove(Element item)
参数类型描述
itemElement要移除的项目。

返回值

如果元素被移除,则为真。

另请参阅