将调试可视化工具部署为 VSIX 扩展
是否可以使用 Visual Studio 2010 中的新扩展系统部署我的调试可视化工具?我想将其发布到在线图库上,并允许通过扩展管理器进行管理。
必须将可视化程序集复制到“我的文档\Visual Studio 2010\Visualizers”
is it possible to deploy my debug visualizer with the new extension system in visual studio 2010? I want to publish it on the online gallery and allow to manage it via the extension manager.
The visualizer assembly must be copied to "My Documents\Visual Studio 2010\Visualizers"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是不可能的:
请参阅此处。
It's not possible:
See here.
无法通过 VSIX 实现这一点,但您可以将 MSI 发布到 Visual Studio 扩展库。 MSI 的功能没有任何限制。
It's not possible via a VSIX, but you can publish MSIs to the Visual Studio Extension Gallery. There are no restrictions on what the MSI can do.