Set Option Strict On for VB.NET Projects |
Top Previous Next |
VS VB.NET projects have an Option Strict setting (Properties window of a project, Common Properties section, Build subsection) which by default is set to Off. The Set Option Strict On for VB.NET Projects feature allows you to enforce the Option Strict On setting. If this feature is enabled, when you open a solution or add a VB.NET project (new or existing) to a solution, the Option Strict On setting is enforced for the project(s). You can enable or disable this feature in the Options window, Team Options tab, Set Option Strict On for VB.NET Projects section. See Also: |