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
AutoRecoveryパス:
Globals.ThisAddIn.Application.Options.DefaultFilePath(WdDefaultFilePath.wdAutoRecoverPath)