<VBFixedString(15)> Public FirstName As String
<VBFixedString(15)> Public LastName As String
<VBFixedString(15)> Public Title As String
<VBFixedString(150)> Public ReviewComments As String
Public FirstName As String Public LastName As String Public Title As String Public ReviewComments As String 在命名空间下为VBFixedStringAttribute,但是使用时却是VBFixedString,测试自定义属性的时