VS扩展名:将自定义选项页面添加到现有选项类别

发布于 2025-02-02 14:22:02 字数 147 浏览 1 评论 0原文

我想将视觉工作室扩展的选项放在项目和解决方案选项类别下。添加属性[supplyOptionpage(...,“项目和解决方案”,...)]将创建一个新的项目和解决方案类别。

有什么方法可以扩展现有的?

I would like to place the options of my Visual Studio extension under the Projects and Solutions options category. Adding the attribute [ProvideOptionPage(..., "Projects and Solutions", ...)] will create a new Projects and Solutions category.

Is there any way to extend the existing?

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

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

发布评论

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

评论(1

命比纸薄 2025-02-09 14:22:02

中%localappdata%\ Microsoft \ visualStudio \<版本> \ settings \有一个文件currentsettings.vssettings。将其重命名为XML,打开并查看toolsOptionsCategories

In %localappdata%\Microsoft\VisualStudio\<Version>\Settings\ there is a file CurrentSettings.vssettings. Rename it to xml, open it and check out the ToolsOptionsCategories.

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