ListViewGroupCollection.IndexOf(ListViewGroup) 方法

定义

返回集合中指定 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

返回

Int32

该组在集合内的索引(从零开始);如果该组不在集合中,则为 -1。

注解

使用此方法确定集合中组的索引。 例如,使用方法返回GetEnumerator的集合循环访问集合IEnumerator时,这非常有用。例如,若要确定每个组的索引。

适用于

另请参阅