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

定义

将某项添加到 CheckedListBox.CheckedIndexCollection 中。 有关此成员的说明,请参见 Add(Object)

此 API 支持产品基础结构,不能在代码中直接使用。

 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

要添加到 CheckedListBox.CheckedIndexCollection 的对象。

返回

Int32

新元素插入到的位置;或者为 -1,指示该项未插入到集合中。

实现

例外

始终引发。

注解

不能直接更改 CheckedListBox.CheckedIndexCollection 类。 若要将项添加到该项 CheckedListBox.CheckedIndexCollection,请使用 SetItemCheckedSetItemCheckState 方法。

适用于