'宣言 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。