다음을 통해 공유


RegexPatternAttribute 클래스

정의

이 특성은 정규식 점수 매기기를 적용할 때 사용할 정규식 패턴을 지정하는 데 사용됩니다.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
[System.Serializable]
public sealed class RegexPatternAttribute : Microsoft.Bot.Builder.Scorables.Internals.AttributeString
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
[<System.Serializable>]
type RegexPatternAttribute = class
    inherit AttributeString
Public NotInheritable Class RegexPatternAttribute
Inherits AttributeString
상속
RegexPatternAttribute
특성

생성자

RegexPatternAttribute(String)

를 생성합니다 RegexPatternAttribute.

필드

Pattern

정규식 패턴입니다.

속성

Text

이 특성은 정규식 점수 매기기를 적용할 때 사용할 정규식 패턴을 지정하는 데 사용됩니다.

(다음에서 상속됨 AttributeString)

메서드

Equals(Object)

이 특성은 정규식 점수 매기기를 적용할 때 사용할 정규식 패턴을 지정하는 데 사용됩니다.

(다음에서 상속됨 AttributeString)
GetHashCode()

이 특성은 정규식 점수 매기기를 적용할 때 사용할 정규식 패턴을 지정하는 데 사용됩니다.

(다음에서 상속됨 AttributeString)
ToString()

이 특성은 정규식 점수 매기기를 적용할 때 사용할 정규식 패턴을 지정하는 데 사용됩니다.

(다음에서 상속됨 AttributeString)

명시적 인터페이스 구현

IEquatable<AttributeString>.Equals(AttributeString)

이 특성은 정규식 점수 매기기를 적용할 때 사용할 정규식 패턴을 지정하는 데 사용됩니다.

(다음에서 상속됨 AttributeString)

적용 대상