Remove

Remove(OutlineItemCollection)

总是抛出未实现异常

public override bool Remove(OutlineItemCollection item)
范围类型描述
itemOutlineItemCollection要在集合中定位的对象

返回值

未实现异常

也可以看看


Remove(int)

按索引删除项目。

public void Remove(int index)
范围类型描述
indexInt32要删除的项目的索引。

也可以看看