指定されたパラメータでテキストの検索を開始します。
シンタックス
'宣言
Public Function SearchText( _
ByVal As System.String, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
Optional ByVal As System.Boolean, _
Optional ByVal As System.Boolean _
) As System.Collections.Generic.IList(Of FoundPosition)
public System.Collections.Generic.IList<FoundPosition> SearchText(
System.string ,
System.bool ,
System.bool ,
System.bool ,
System.bool ,
System.bool
)
パラメータ
- text
- 検索するテキスト
- matchWholeWord
- 単語単位の検索を行うかどうか
- matchCase
- 大文字小文字を区別するかどうか
- searchUp
- 末尾から検索を行うかどうか
- highlightSearchResult
true
に設定すると、検索結果を別の色で強調表示します。- scrollToSearchResult
true
に設定すると、最初の検索結果までスクロールします。
参照