I want to create a project related to OneNote add-on, however when I check into project templates I did not see a project template for OneNote 2013 Add-on. Is there a way I could develop an add-on for OneNote since Microsoft removed it from VSTO?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
VSTO does not support creating addins for OneNote. You can crate an addin for OneNote in a slightly different way though. You need to implement the IRibbonExtensibility interface as noted here.
回答2:
This is very helpful tutorial for anyone looking for a guide on how to create an add-in for OneNote. Thanks to the author of Onetastic for Microsoft OneNote (Onetastic Add-in) in sharing this guide. Here is the link for the guide: Creating OneNote Add-ins. This guide is very informative.