Visual Studio 扩展
我想将菜单项添加到“服务引用”项目的上下文菜单和“服务引用”文件夹的上下文菜单中,但我似乎找不到正确的 ID 来列为父级。
到目前为止,我已经能够找到项目节点、引用节点和引用项的上下文菜单的 ID。
我一直在 vsshlids.h 中搜索,但找不到正确的 ID。
I would like to add a menuitem to the context-menu of a "Service Reference"-item and the context-menu of the "Service References"-folder, but I can't seem to find the right ID to list as the parent.
I have so far been able to find the ID of the context menu of the project node, references node and reference items.
I have been searching through vsshlids.h, but couldn't find the right ID's.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(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
I use the "EnableVSIPLogging" to get my IDs... it works a treat.. have a look at:
http://blogs.msdn.com/b/dr._ex/archive/2007/04/17/using-enablevsiplogging-to-identify-menus-and-commands-with-vs-2005-sp1.aspx