ToolboxItemCollection.IndexOf(ToolboxItem) 方法

定义

获取指定 ToolboxItem 的索引(如果它存在于集合中)。

public:
 int IndexOf(System::Drawing::Design::ToolboxItem ^ value);
public int IndexOf (System.Drawing.Design.ToolboxItem value);
member this.IndexOf : System.Drawing.Design.ToolboxItem -> int
Public Function IndexOf (value As ToolboxItem) As Integer

参数

value
ToolboxItem

要在集合中获取其索引的 ToolboxItem

返回

指定的 ToolboxItem 的索引。

适用于