'宣言 Public Shared Function GetWordAt( _ ByVal text As System.String, _ ByVal pos As System.Integer, _ ByVal ignore As IgnoreOptions _ ) As CharRange
public static CharRange GetWordAt( System.string text, System.int pos, IgnoreOptions ignore )
パラメータ
- text
- テキストを含む文字列。
- pos
- 単語を検索する位置。
- ignore
- 無視する単語を決定する IgnoreOptions。
戻り値の型
文字列内の指定された位置にある単語を含む CharRangeオブジェクト。指定された位置にこれ以上単語が存在しない場合は null。