バージョン 21.2

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

新しい TextSearchCriteria を初期化します。
シンタックス
public TextSearchCriteria( 
   bool wholeWordOnly,
   string regexPattern,
   RegexOptions regexOptions
)

パラメータ

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