OneNote VSTO gone?

2019-03-16 17:36发布

问题:

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.