バージョン

TextSearchCriteria コンストラクタ(Boolean,String,RegexOptions)

新しい を初期化します。 TextSearchCriteria
シンタックス
'宣言
 
Public Function New( _
   ByVal wholeWordOnly As Boolean, _
   ByVal regexPattern As String, _
   ByVal regexOptions As RegexOptions _
)
public TextSearchCriteria( 
   bool wholeWordOnly,
   string regexPattern,
   RegexOptions regexOptions
)

パラメータ

wholeWordOnly
true の場合、ワードの部分一致はバイパスします。
regexPattern
使用する正規表現パターン。
regexOptions
使用する正規表現オプション。
参照