次の方法で共有


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)

適用対象