CheckedListBox.CheckedIndexCollection.Item[Int32] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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
选中索引集合中的索引。 该索引指定要检索的选中项的索引。
属性值
选中项的索引。 有关更多信息,请参见 CheckedListBox.CheckedIndexCollection 类概述中的示例。
- 属性
例外
注解
参数 index
是检查索引集合中的索引。 返回值是相应的索引值,它是项集合中选中项的索引。