共用方式為


ISpellChecker 介面 (spellcheck.h)

代表特定語言的特定拼字檢查工具。

ISpellChecker 可用來檢查文字、取得建議、更新使用者字典,以及維護選項。

繼承

ISpellChecker 介面繼承自 IUnknown 介面。 ISpellChecker 也有下列類型的成員:

方法

ISpellChecker 介面具有這些方法。

 
ISpellChecker::Add

將提供的字視為原始字典的一部分。
ISpellChecker::add_SpellCheckerChanged

為 SpellCheckerChanged 事件新增事件處理程式 (ISpellCheckerChangedEventHandler) 。
ISpellChecker::AutoCorrect

導致一個單字出現被另一個字取代。
ISpellChecker::Check

檢查所提供文字的拼字,並傳回拼字錯誤的集合。 (ISpellChecker.Check)
ISpellChecker::ComprehensiveCheck

以比 ISpellChecker::Check 更徹底的方式檢查所提供文字的拼字,並傳回拼字錯誤的集合。
ISpellChecker::get_Id

取得這個拼字檢查工具的識別碼。
ISpellChecker::get_LanguageTag

取得這個拼字檢查程式支持實例的 BCP47 語言標記。 (ISpellChecker.get_LanguageTag)
ISpellChecker::get_LocalizedName

取得文字,適合向用戶顯示,描述此拼字檢查工具。 (ISpellChecker.get_LocalizedName)
ISpellChecker::get_OptionIds

取得所有宣告的選項識別碼。
ISpellChecker::GetOptionDescription

擷取特定選項 (標識碼、描述、標題和標籤) 的資訊。 (ISpellChecker.GetOptionDescription)
ISpellChecker::GetOptionValue

擷取與指定選項相關聯的值。 (ISpellChecker.GetOptionValue)
ISpellChecker::Ignore

忽略此會話其餘部分所提供的單字。
ISpellChecker::remove_SpellCheckerChanged

(移除已針對SpellCheckerChanged事件新增的ISpellCheckerChangedEventHandler) 事件處理程式。
ISpellChecker::Suggest

擷取所提供文字的拼字建議。 (ISpellChecker.Suggest)

規格需求

需求
最低支援的用戶端 Windows 8 [傳統型應用程式 |UWP 應用程式]
最低支援的伺服器 Windows Server 2012 [傳統型應用程式 |UWP 應用程式]
目標平台 Windows
標頭 spellcheck.h