CheckedListBox.CheckedItemCollection.Item[Int32] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取选中项集合中的一个对象。
public:
property System::Object ^ default[int] { System::Object ^ get(int index); void set(int index, System::Object ^ value); };
[System.ComponentModel.Browsable(false)]
public object this[int index] { get; set; }
[System.ComponentModel.Browsable(false)]
public object? this[int index] { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Item(int) : obj with get, set
Default Public Property Item(index As Integer) As Object
参数
- index
- Int32
选中项集合中的一个索引。 该集合索引对应于选中项的索引。
属性值
指定索引处的对象。 有关更多信息,请参见 CheckedListBox.CheckedItemCollection 类概述中的示例。
实现
- 属性
例外
无法设置对象。
注解
该 CheckedItems 集合是集合中 Items 对象的子集,仅表示已选中的项。 此集合按升序排序。