【发布时间】:2018-10-24 16:20:15
【问题描述】:
在this Official tutorial 的最后一部分关于调试Office.js Add-in 之后,在VS2017 中的debug mode of an Office.js Add-in project 期间讨论了加载项快捷菜单上的Reload 按钮。但是在我单击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 中的任务窗格加载项的屏幕截图
【问题讨论】:
标签: office-js office-js-helpers