ExactPhraseRedaction

ExactPhraseRedaction(string, ReplacementOptions)

大文字と小文字を区別しないモードで ExactPhraseRedaction クラスの新しいインスタンスを初期化します。

public ExactPhraseRedaction(string searchPhrase, ReplacementOptions options)
パラメータ タイプ 説明
searchPhrase String 検索して置換する文字列
options ReplacementOptions 交換オプション (テキスト、色)

関連項目


ExactPhraseRedaction(string, bool, ReplacementOptions)

ExactPhraseRedaction クラスの新しいインスタンスを初期化します。

public ExactPhraseRedaction(string searchPhrase, bool isCaseSensitive, ReplacementOptions options)
パラメータ タイプ 説明
searchPhrase String 検索して置換する文字列
isCaseSensitive Boolean 大文字と小文字を区別する検索が必要な場合は true
options ReplacementOptions 交換オプション (テキスト、色)

関連項目