Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Visual Studio 2010 输出窗口不断在输出窗口上打印出“警告:”消息。我想让它不打印出这些消息。我应该如何做到这一点?谢谢。(当然摆脱消息是最好的解决方案,但目前我只想隐藏这些消息)
在项目的属性对话框中,您可以将警告级别更改为 0 以关闭所有警告。
说明可以在这里找到: