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