ToolStripItemCollection.IndexOf(ToolStripItem) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索集合中指定项的索引。
public:
int IndexOf(System::Windows::Forms::ToolStripItem ^ value);
public int IndexOf (System.Windows.Forms.ToolStripItem value);
member this.IndexOf : System.Windows.Forms.ToolStripItem -> int
Public Function IndexOf (value As ToolStripItem) As Integer
参数
- value
- ToolStripItem
要在 ToolStripItem 中定位的 ToolStripItemCollection。
返回
如果在 ToolStripItem 中找到指定的 ToolStripItemCollection,则为表示该项位置的从零开始的索引值;如果未找到,则为 -1。