vb.net以及vb以前是用type来定义,如今用Structure来自定义类型,代码如下
Structure MyCustomer '自定义数据类型 Dim name As String Dim tel As String End Structure