单项选择题

A.List1&=“vb程序”
B.List1.Text &=“vb程序”
C.List1.Caption &=“vb程序”
D.List1.AddItem(“vb程序”)
E.List1.InsertItem(“vb程序”)