ToolboxCategory.IList.Add(Object) 方法

定义

将工具添加到 ToolboxCategory

 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

插入新元素的位置。

返回

添加到集合的工具的从零开始的索引。

实现

例外

value 类型不可分配给 IList 集合实现的类型。

注解

ToolboxCategory IList实现接口。

适用于