如何在Visual Studio 2010中管理加载项? [英] How to manage add-ins in Visual Studio 2010?

查看:87
本文介绍了如何在Visual Studio 2010中管理加载项?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Visual Studio(2010(专业版))中安装了(至少)两个加载项。我想暂时禁用它们。



如何在Visual Studio 2010中管理加载项?






我尝试使用加载项管理器(工具->加载项管理器...):





但我的(至少)两个插件都不出现



如何在Visual Studio 2010中管理加载项?






正在查看MSDN:


如何:停用和删除加载项



使用完加载项后,您可以通过清除外接程序管理器中其名称旁边的复选框,将其从Visual Studio中卸载。



按照本主题中的步骤操作,您可以永久删除该加载项,以使其不再出现在加载项管理器中,并且其命令也不再显示在加载项管理器中。工具菜单或Visual Studio工具栏。



外接程序管理器位于工具菜单上。



解决方案

在Visual Studio 2010中,Microsoft添加了另一种形式的 addins(我们过去称呼它们)。

现在,我们有 Visual Studio Integration Package 并非像插件一样基于COM。

这促使创建一个用于处理此类扩展名的菜单。
主菜单仍然是工具,但是添加了一个名为 Extension Manager 的特定子菜单



有关此参数的更多信息,请参见



Visual Studio Integration Package与 Visual Studio加载项:有什么区别?



,在这里



Visual Studio 2010加载项管理器之间的差异和扩展程序经理


i have (at least) two addins installed in Visual Studio (2010 (Professional)). i would like to temporarily disable them.

How can i manage addins in Visual Studio 2010?


i tried using the Add-in Manager (Tools -> Add-in Manager...):

But neither of my (at least) two addins appear.

How can i manage addins in Visual Studio 2010?


Looking at MSDN:

How to: Deactivate and Remove an Add-In

When you finish using an add-in, you can unload it from Visual Studio by clearing the check box next to its name in Add-in Manager.

By following the steps in this topic, you can remove the add-in permanently so that it no longer appears in Add-in Manager and its command no longer appears on the Tools menu or the Visual Studio toolbar.

The Add-in Manager is located on the Tools menu.

解决方案

In Visual Studio 2010, Microsoft has added another form of 'addins' (how we used to call them).
Now, we have the Visual Studio Integration Package that are not COM based like addins.
This has prompted the creation of a different menu where you handle these kind of extensions. The main menu is still Tools but a specific submenu called Extension Manager has been added

More information on this argument could be found here

"Visual Studio Integration Package" vs "Visual Studio Add-in": what is the difference?

and here

Differences between Visual Studio 2010 add-in manager and extension manager

这篇关于如何在Visual Studio 2010中管理加载项?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆