VB.NET 中默认启用选项 Strict

发布于 2024-10-19 13:42:52 字数 90 浏览 4 评论 0原文

每当我创建一个新的 VB.NET 程序时,我必须进入该项目的属性并将“Option strict”设置为打开。我可以这样做一次,这样每次创建新项目时都会默认使用它吗?

Whenever I created a new VB.NET program I must go into the project's properties and set 'Option strict' on. Can I do that once so it is a default for every time I create a new project?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

天冷不及心凉 2024-10-26 13:42:52

在 Visual Studio 中,转到菜单工具 -> 选项 -> 项目和解决方案 -> VB默认值-> 选项严格。将其设置为“开”。

每次创建新项目时,默认情况下都会有Option Strict On

In Visual Studio, go menu Tools -> Options -> Projects and Solutions -> VB defaults -> Option Strict. Set it to "On".

Every time you create a new project, it will have Option Strict On by default.

软糯酥胸 2024-10-26 13:42:52

查看菜单工具下的Option Strict -> 选项 -> 项目和解决方案 -> VB 默认值

在此处输入图像描述

Check out Option Strict under menu Tools -> Options -> Projects and Solutions -> VB Defaults:

Enter image description here

十秒萌定你 2024-10-26 13:42:52

在 Visual Studio 中,转到“工具”>“ “选项”,打开“项目和解决方案”,然后选择“VB 默认值”。

In your Visual Studio, go to Tools > Options, open Projects and Solutions, and select VB Defaults.

哎呦我呸! 2024-10-26 13:42:52

您可以在 Visual Studio 选项中的“项目和解决方案”和“VB 默认值”下进行设置。

You can set that in the Visual Studio options, under Projects and Solutions and VB Defaults.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文