是否有使用 MEF 扩展 Vs2010 解决方案资源管理器上下文菜单的教程、代码项目或示例?
我有一个现有的遗留样式 IDTExtensibility2, IDTCommandTarget
扩展,我想使用 vs2010 的 MEF 重新制作它,但我找不到任何有关 VS2010 MEF 和上下文菜单更改的资源。如果它恰好可以通过 .vsix 进行部署那就更好了。
是否有专门针对基于 MEF 的上下文菜单扩展的资源?
I have an existing legacy style IDTExtensibility2, IDTCommandTarget
Extension that I would like to remake using MEF for vs2010, but I can't find any resources concerning VS2010 MEF and context menu changes. If it happened to be deployable via .vsix all the better.
Are there resources out there specific to MEF based context menu extensions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
截至 2010 年,还无法使用 MEF 来扩展这些场景。在 Visual Studio 2010 中更改上下文菜单需要与 2008 及更早版本相同的方法。
As of 2010 there is no way to use MEF to extend these scenarios. Changing context menus in Visual Studio 2010 requires the same approach as 2008 and prior.