继本官方调试教程Office.js Add-in
的最后一节,Reload
在. 但是在我单击功能区中的加载项菜单后,在调试模式下我没有找到该按钮,如下面的屏幕截图所示。问题:重新加载按钮在哪里?debug mode of an Office.js Add-in project
VS2017
Reload
MS WORD
文章最后一段:修改代码,继续调试插件,无需重新启动项目:
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 中的任务窗格加载项的屏幕截图