AnnotationRedaction

AnnotationRedaction(string, string)

Initialise une nouvelle instance de la classe AnnotationRedaction.

public AnnotationRedaction(string pattern, string replacement)
Paramètre Taper La description
pattern String Expression régulière pour correspondre
replacement String Remplacement textuel du texte correspondant

Voir également


AnnotationRedaction(Regex, string)

Initialise une nouvelle instance de la classe AnnotationRedaction.

public AnnotationRedaction(Regex regex, string replacement)
Paramètre Taper La description
regex Regex Expression régulière pour correspondre
replacement String Remplacement textuel du texte correspondant

Voir également