Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 359 Bytes

vb-separator-langversion.md

File metadata and controls

10 lines (7 loc) · 359 Bytes

To use the underscore character as a leading separator, you must add the following element to your Visual Basic project (*.vbproj) file:

<PropertyGroup>
  <LangVersion>15.5</LangVersion>
</PropertyGroup>

For more information see Select the Visual Basic language version.