ListView.CheckedIndexCollection.IList.Add(Object) 方法

定义

向集合中添加一项。

 virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
int IList.Add (object? value);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add

参数

value
Object

要添加到 ListView.CheckedIndexCollection 的对象。

返回

Int32

从零开始的索引,value 存储在集合中的此索引位置。

实现

例外

始终引发。

注解

不能直接更改 CheckedListBox.CheckedIndexCollection 类。 若要向该项 CheckedListBox.CheckedIndexCollection添加项,请使用该 Checked 属性。

适用于