Developing Word add-ins for Macintosh

2019-07-12 15:55发布

问题:

I have an add-in for Word 2007 developed using VS2008/.NET 3.5. What do I need to do in order for Mac users to use this add-in with their Word 2008? (or did MS make sure it would be impossible to do...)

回答1:

The Mac version of Word is a totally different beast internally. AFAIK, the only documented "plugin" API for Word on the Mac is its AppleScript interface. It might be useful for what you want to do but you'd probably be close to starting from scratch.



回答2:

Its not standard/possible. The .NET Framework is not available on Mac.