调试 Office.js 桌面加载项:加载项的快捷菜单在哪里

Debugging an Office.js desktop add-in: Where is the shortcut menu for the add-in

this Official tutorial 的最后一节关于调试 Office.js Add-in 之后,讨论了 debug mode of an Office.js Add-in project 期间外接程序快捷菜单上的 Reload 按钮 VS2017。但是,在单击 MS WORD 功能区中的加载项菜单后,我在调试模式下找不到 Reload 按钮,如下面的屏幕截图所示。 问题:重新加载按钮位于何处?

文章最后一段:修改代码,继续调试加载项,无需重新启动项目

You can change your code and review the effects of those changes in your add-in without having to close the host application and start the project again. After you change and save your code, open the shortcut menu for the add-in, and then choose Reload.

VS2017调试模式下我的WORD文档截图:

更新:

@Rick Kirkham 的建议奏效了。不要单击任务窗格右上角 X 符号旁边的倒三角;相反,只需单击任务窗格上的任意位置,就会出现一个指向左侧的箭头,单击该箭头将显示 Reload 按钮。 我在 WORD 中的任务窗格加载项的屏幕截图

在加载项任务窗格的右上角,有一个带有指向左侧箭头的小矩形。这就是它所说的快捷菜单。您可能必须单击该角才能使其可见。