ListView.CheckedIndices プロパティ

定義

コントロールの現在チェックされている項目のインデックスを取得します。

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。 項目が現在チェックされていない場合は、空の ListView.CheckedIndexCollection が返されます。

属性

注釈

このプロパティは、コントロールのListViewプロパティがCheckBoxesに設定trueされている場合にのみ役立ちます。 このプロパティは CheckedIndices 、コントロールでチェックされているすべての項目のインデックス位置を ListView.ListViewItemCollection 含むコレクションを返します。 コレクション内の項目を操作する方法の詳細については、次を参照してください ListView.CheckedIndexCollection

チェックされている項目のインデックス位置ではなく、コントロールで ListView チェックされている項目のコレクションを取得する場合は、プロパティを CheckedItems 使用します。

適用対象

こちらもご覧ください