ListBox.SelectedIndexCollection.IndexOf(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定索引的 ListBox.SelectedIndexCollection 内的索引,该指定索引来自 ListBox.ObjectCollection 的 ListBox。
public:
int IndexOf(int selectedIndex);
public int IndexOf (int selectedIndex);
member this.IndexOf : int -> int
Public Function IndexOf (selectedIndex As Integer) As Integer
参数
- selectedIndex
- Int32
要在此集合中查找的来自 ListBox.ObjectCollection 的从零开始的索引。
返回
该集合中从零开始的索引,ListBox.ObjectCollection 的指定索引位于 ListBox.SelectedIndexCollection 内的该处;否则为负一 (-1)。
注解
一旦知道项位于集合中, (使用 Contains 方法) ,则可以使用 IndexOf 该方法来确定存储在其中的特定索引位置 ListBox.ObjectCollection ListBox ListBox.SelectedIndexCollection的位置。