'宣言 Function GetNextWord( _ ByVal text As System.String, _ ByVal start As System.Integer, _ ByVal ignore As IgnoreOptions, _ ByVal previousWord As System.String _ ) As CharRange
CharRange GetNextWord( System.string text, System.int start, IgnoreOptions ignore, System.string previousWord )
パラメータ
- text
- スペルチェックされるテキストを含む文字列。
- start
- text文字列内のチェックされている位置。
- ignore
- 無視する必要がある単語の種類を指定する IgnoreOptions。
- previousWord
- パーサーによって直前に取得された単語(重複の検出に使用)。
戻り値の型
次にスペルチェックする単語を表す CharRangeオブジェクト。すべてのテキストがスペルチェックされた場合は null。