2020年5月8日 星期五

vb.net 在ListView使用For Each [For Each in ListView]


1
2
3
4
5
6
7
8
9
    Private Sub btnAddToList_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnAddToList.Click

        For Each lvi As ListViewItem In ListView1.Items

            MsgBox(lvi.Text)

        Next

    End Sub

沒有留言:

張貼留言