“抑制生成代码的结果”是什么意思?

发布于 2024-11-28 03:31:41 字数 172 浏览 1 评论 0原文

我正在使用 Visual Studio 2008 团队系统。我有C项目。我转到项目属性和代码分析部分。 的作用是

`suppress results from generated code`

我想知道当我将其设置为是或否时,有人可以解释一下此选项 什么吗? 谢谢

I am using Visual Studio 2008 team system. I have C project. I went to project properties and in the code analysis section. I wonder what is mean by

`suppress results from generated code`

Can someone explain what does this option do when I set it yes or no?
Thanks

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

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

发布评论

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

评论(1

心碎的声音 2024-12-05 03:31:42

项目的代码分析属性页上的抑制生成代码的结果复选框使您可以选择是否要查看第三方工具生成的代码的代码分析警告。

参考:http://msdn.microsoft.com/en-us/library/dd742298 .aspx

The Suppress results from generated code check box on the Code Analysis property page of a project enables you to select whether you want to see Code Analysis warnings from code generated by a third-party tool.

Reference: http://msdn.microsoft.com/en-us/library/dd742298.aspx

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