Public Structure 構造体 Dim a As Integer 'これは Public a As Integer End Structure Public Class クラス Dim b As Integer 'これは Private b As Integer End Class