'宣言 Public Sub Initialize( _ ByVal spell As C1SpellChecker, _ ByVal editor As ISpellCheckableEditor, _ ByVal errors As CharRangeList _ )
public void Initialize( C1SpellChecker spell, ISpellCheckableEditor editor, CharRangeList errors )
パラメータ
- spell
- スペルチェックに使用する C1SpellChecker。
- editor
- スペルチェックするテキストを含む ISpellCheckableEditor。
- errors
- 初期エラーリストを含む CharRangeList。