Control.ControlCollection.IList.Add(Object) 方法

定义

有关此成员的说明,请参见 Add(Object)

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

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

参数

control
Object

要添加到该集合中的对象。

返回

Int32

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

实现

注解

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

适用于