将按钮添加到 Visual Studio 卸载的项目上下文菜单(找不到 CommandBar 其名称)
NuGet 包恢复不能与 PostSharp 包很好地配合,这对我来说非常烦恼,并且手动编辑 csproj 文件很快就会过时。
我想制作一个小型 Visual Studio AddIn,通过向卸载的项目上下文菜单添加额外的按钮来修复项目。
我面临的问题听起来很简单,但却困扰着我:我不知何故无法找到已卸载项目上下文菜单的 CommandBar。
因此,总结一下问题:卸载的项目上下文菜单的 CommandBar 名称是什么。
非常感谢!
NuGet package restore does not play well with the PostSharp package, this is of great annoyance to me and manually editing the csproj files is quickly becoming old.
I want to make a small Visual Studio AddIn that fixes the project for me by adding an extra button to the unloaded project context menu.
The problem I am facing sounds simple but haunts me: I somehow can't locate the CommandBar for the unloaded project context menu.
Thus, summarizing the question: What is the CommandBar name for the unloaded project context menu.
Many thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
显然:“存根项目”。可以在以下位置的列表中找到: CommandBar 名称
总结一下注册此功能的 OnConnection 方法:
Apparantly: "Stub Project". Found in the list at: CommandBar names
To sum up the OnConnection method to register this: