【发布时间】:2012-03-31 21:35:12
【问题描述】:
我正在使用word.dll(Word 互操作 API)在 C# 中编写一个拼写检查应用程序。
我想检查哪些拼写不正确,并据此获得不正确单词的建议。
我从网上得到了一个示例代码,我无法理解以下命令的参数:
Microsoft.Office.Interop.Word._Application.GetSpellingSuggestions
(string, ref object, ref object, ref object, ref object, ref object,
ref object, ref object, ref object, ref object, ref object, ref object,
ref object, ref object)
我想知道所有ref objects 的含义是什么?我想知道它们的含义。
【问题讨论】:
标签: c# ms-word office-interop spell-checking