ListViewGroupCollection.IndexOf(ListViewGroup) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回集合中指定 ListViewGroup 的索引。
public:
int IndexOf(System::Windows::Forms::ListViewGroup ^ value);
public int IndexOf (System.Windows.Forms.ListViewGroup value);
member this.IndexOf : System.Windows.Forms.ListViewGroup -> int
Public Function IndexOf (value As ListViewGroup) As Integer
参数
- value
- ListViewGroup
要在集合中查找的 ListViewGroup。
返回
该组在集合内的索引(从零开始);如果该组不在集合中,则为 -1。
注解
使用此方法确定集合中组的索引。 例如,使用方法返回GetEnumerator的集合循环访问集合IEnumerator时,这非常有用。例如,若要确定每个组的索引。