AnnotationRedaction

AnnotationRedaction(string, string)

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

public AnnotationRedaction(string pattern, string replacement)
パラメータ タイプ 説明
pattern String 一致する正規表現
replacement String 一致したテキストのテキスト置換

関連項目


AnnotationRedaction(Regex, string)

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

public AnnotationRedaction(Regex regex, string replacement)
パラメータ タイプ 説明
regex Regex 一致する正規表現
replacement String 一致したテキストのテキスト置換

関連項目