'宣言 Public Shared Function FindTextInstances( _ ByVal what As System.String, _ ByVal where As System.String, _ ByVal fromIdx As System.Integer, _ ByVal length As System.Integer, _ ByVal maxCount As System.Integer, _ ByVal forward As System.Boolean, _ ByVal matchCase As System.Boolean, _ ByVal word As System.Boolean _ ) As System.Collections.Generic.IList(Of Integer)
パラメータ
- what
- 検索するテキスト。
- where
- 検索する文字列。
- fromIdx
- 検索を開始する場所のインデックス。
- length
- 検索する部分文字列の長さ。
- maxCount
- 検索するインスタンスの最大数。
- forward
- 検索方向。
- matchCase
- 大文字小文字の違いを無視します。
- word
- 完全に一致する単語を検索します。
戻り値の型
見つかったインスタンスの場所を示すインデックスの配列。