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

定义

向集合中添加一项。

 virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
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

要添加到集合的项。

返回

Int32

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

实现

例外

始终引发。

注解

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

适用于