ListBox.IntegerCollection.IList.Add(Object) 方法

定义

将制表位添加到集合。

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

参数

item
Object

要添加到 ListBox.IntegerCollection 的制表位。

返回

向集合添加整数的位置的索引。

实现

例外

itemnull

item 不是 32 位有符号整数。

集合中没有足够的空间来存储新项。

注解

此成员是显式接口成员的实现。 它只能在 ListBox.IntegerCollection 实例被强制转换为 IList 接口时使用。

适用于