다음을 통해 공유


RedactAttribute 클래스

정의

옵션 클래스의 속성에 적용하면 이 특성은 인스턴스를 준수하여 속성 값의 형식을 지정하지 IOptionFormatter 못하게 합니다.

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public class RedactAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type RedactAttribute = class
    inherit Attribute
Public Class RedactAttribute
Inherits Attribute
상속
RedactAttribute
파생
특성

생성자

RedactAttribute()

옵션 클래스의 속성에 적용하면 이 특성은 인스턴스를 준수하여 속성 값의 형식을 지정하지 IOptionFormatter 못하게 합니다.

메서드

Redact(Object)

제공된 값을 수정합니다.

적용 대상