Visual Studio - 从 C# 中的错误列表访问警告/错误

发布于 2024-11-26 18:46:00 字数 189 浏览 1 评论 0原文

我对 CSharp 已经有几个月了,我正在尝试从 Visual Studio 中的错误列表窗格中“抓取”警告/错误,并在我的代码中使用它们,因此希望有一天我可以可以在构建一些东西后调用这个程序。是否有一个类/属性可以让我访问错误列表窗口及其信息?

编辑:“抓取”我的意思是只获取文本中的信息(即描述或行号),这样我就可以显示它/将其写入文件/等等。

I am a bit new to CSharp for a couple months, and I am trying to make "grab" the warnings/errors from the error list pane in Visual Studio and use them in my code, so that hopefully there can be a time where I can call this program after building something. Is there a class/property I can use to let me Access the Error List Window and its info?

Edit: by "grab" I mean just get the information in text(i.e. description or line number), so I can display it/write it to a file/etc.

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

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

发布评论

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

评论(1

小霸王臭丫头 2024-12-03 18:46:01

请参阅 MSDN 文档以了解 ToolWindows.ErrorList< /代码>

See the MSDN documentation for ToolWindows.ErrorList.

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