here's how:

vb Code:
  1. Dim ids = (From item As DataRowView In ComboBox1.Items.Cast(Of DataRowView)() Select item.Item("ID")).ToArray