ListView.CheckedIndexCollection.IList.Remove(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从集合中移除某项的第一个匹配项。
virtual void System.Collections.IList.Remove(System::Object ^ value) = System::Collections::IList::Remove;
void IList.Remove (object value);
void IList.Remove (object? value);
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (value As Object) Implements IList.Remove
参数
- value
- Object
要从 ListView.CheckedIndexCollection 移除的对象。
实现
例外
始终引发。
注解
不能直接更改 ListView.CheckedIndexCollection 类。 若要从 中删除项, ListView.CheckedIndexCollection请使用 Checked 属性。