'宣言 Public ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As ListViewItem
public ListViewItem this[ System.int index ]; {get;}
パラメータ
- index
- 選択項目のインデックス。
'宣言 Public ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As ListViewItem
public ListViewItem this[ System.int index ]; {get;}