共用方式為


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)

適用於