Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 C# 在 VSTO 加载项中获取单词设置,如自动恢复文件位置、自动恢复时间等。我尝试过 Globals.ThisAddin.Application.Options,但无济于事。
自动恢复时间:Globals.ThisAddIn.Application.Options.SaveInterval
Globals.ThisAddIn.Application.Options.SaveInterval
自动恢复路径:
Globals.ThisAddIn.Application.Options.DefaultFilePath(WdDefaultFilePath.wdAutoRecoverPath)