ListView.CheckedIndices 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取控件中当前选中项的索引。
public:
property System::Windows::Forms::ListView::CheckedIndexCollection ^ CheckedIndices { System::Windows::Forms::ListView::CheckedIndexCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.ListView.CheckedIndexCollection CheckedIndices { get; }
[<System.ComponentModel.Browsable(false)>]
member this.CheckedIndices : System.Windows.Forms.ListView.CheckedIndexCollection
Public ReadOnly Property CheckedIndices As ListView.CheckedIndexCollection
属性值
ListView.CheckedIndexCollection,包含当前选中项的索引。 如果当前未选中任何项,则返回空的 ListView.CheckedIndexCollection。
- 属性
注解
仅当 CheckBoxes 控件的属性 ListView 设置为 true
.. 该 CheckedIndices 属性返回一个集合,该集合包含控件中 ListView.ListViewItemCollection 签入的所有项的索引位置。 有关如何操作集合中的项的详细信息,请参阅 ListView.CheckedIndexCollection。
如果要获取控件中 ListView 已签入的项的集合,请使用该 CheckedItems 属性,而不是选中的项的索引位置。