“抑制生成代码的结果”是什么意思?
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
项目的代码分析属性页上的抑制生成代码的结果复选框使您可以选择是否要查看第三方工具生成的代码的代码分析警告。
参考: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