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 接口。

适用于