CheckedListBox.CheckedIndexCollection.Item[Int32] 属性

定义

获取 CheckedListBox 控件中某选中项的索引。

public:
 property int default[int] { int get(int index); };
[System.ComponentModel.Browsable(false)]
public int this[int index] { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Item(int) : int
Default Public ReadOnly Property Item(index As Integer) As Integer

参数

index
Int32

选中索引集合中的索引。 该索引指定要检索的选中项的索引。

属性值

Int32

选中项的索引。 有关更多信息,请参见 CheckedListBox.CheckedIndexCollection 类概述中的示例。

属性

例外

index 小于零。

  • 或 - index 不在集合中。

注解

参数 index 是检查索引集合中的索引。 返回值是相应的索引值,它是项集合中选中项的索引。

适用于

另请参阅