标签: visual-studio vspackage
我想在“服务参考”-item的上下文菜单和“服务参考”文件夹的上下文菜单中添加一个menuitem,但我似乎无法找到要列出的正确ID作为父母。
到目前为止,我已经能够找到项目节点的上下文菜单的ID,引用节点和引用项。
我一直在搜索vsshlids.h,但找不到合适的ID。
答案 0 :(得分:1)
我使用“EnableVSIPLogging”来获取我的ID ...它可以实现一种享受..看看:
http://blogs.msdn.com/b/dr._ex/archive/2007/04/17/using-enablevsiplogging-to-identify-menus-and-commands-with-vs-2005-sp1.aspx