ListBox.IntegerCollection.IList.Add(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将制表位添加到集合。
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 的制表位。
返回
向集合添加整数的位置的索引。
实现
例外
item
为 null
。
item
不是 32 位有符号整数。
集合中没有足够的空间来存储新项。
注解
此成员是显式接口成员的实现。 它只能在 ListBox.IntegerCollection 实例被强制转换为 IList 接口时使用。