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.