DeleteAnnotationRedaction

DeleteAnnotationRedaction()

DeleteAnnotationRedaction クラスの新しいインスタンスを初期化し、すべての注釈を削除する (すべてに一致する) ように設定します。

public DeleteAnnotationRedaction()

関連項目


DeleteAnnotationRedaction(string)

DeleteAnnotationRedaction クラスの新しいインスタンスを初期化し、指定された式に一致する注釈を削除します。

public DeleteAnnotationRedaction(string pattern)
パラメータ タイプ 説明
pattern String 正規表現

関連項目


DeleteAnnotationRedaction(Regex)

DeleteAnnotationRedaction クラスの新しいインスタンスを初期化し、指定された式に一致する注釈を削除します。

public DeleteAnnotationRedaction(Regex regex)
パラメータ タイプ 説明
regex Regex 正規表現

関連項目