'宣言 Public Function New( _ ByVal text As System.String, _ ByVal wholeWord As System.Boolean, _ ByVal matchCase As System.Boolean _ )
'使用法 Dim text As System.String Dim wholeWord As System.Boolean Dim matchCase As System.Boolean Dim instance As New C1FindTextParams(text, wholeWord, matchCase)
パラメータ
- text
- 検索するテキスト。
- wholeWord
- 単語単位のみの検索を行うかどうかを示します。
- matchCase
- 大文字小文字を区別するかどうかを示します。