繁体   English   中英

如何在Visual Studio 2010中将新项添加到项目上下文菜单?

[英]How to add new items to the Add New Item to project context menu in visual studio 2010?

如何将自己的模板添加到Visual Studio 2010添加上下文菜单中显示的元素列表中?

在此输入图像描述

谢谢。

您可以通过以下方式在visual studio 2010中执行此操作:

1.Right click on the Tool menu and click "Customize..".
2.Click the "Commands" tab.
3.Click the "Context menu" option.
4.Select the "Project and Solution Context Menus | Solution".
5.Click the "Add Command..." button.
6.Select "File" in the "Categories" list box.
7.Select "Close Solution" in the "Commands" list box.
8.Move up/down as desired.
9.Click "Close".

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM