다음을 통해 공유


PatternAttribute 클래스

정의

문자열 필드의 유효성을 검사하는 정규식을 제공합니다.

[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)]
[System.Serializable]
public class PatternAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)>]
[<System.Serializable>]
type PatternAttribute = class
    inherit Attribute
Public Class PatternAttribute
Inherits Attribute
상속
PatternAttribute
특성

설명

정규식이 일치하지 않으면 템플릿이 NotUnderstood 피드백에 사용됩니다.

생성자

PatternAttribute(String)

문자열 필드의 콘텐츠 유효성을 검사하기 위한 정규식입니다.

필드

Pattern

문자열 필드의 유효성을 검사하는 정규식을 제공합니다.

적용 대상