RegexPatternAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この属性は、正規表現スコアリング可能を適用するときに使用する正規表現パターンを指定するために使用されます。
[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(String) |
を構築します RegexPatternAttribute。 |
フィールド
| Pattern |
正規表現パターン。 |
プロパティ
| Text |
この属性は、正規表現スコアリング可能を適用するときに使用する正規表現パターンを指定するために使用されます。 (継承元 AttributeString) |
メソッド
| Equals(Object) |
この属性は、正規表現スコアリング可能を適用するときに使用する正規表現パターンを指定するために使用されます。 (継承元 AttributeString) |
| GetHashCode() |
この属性は、正規表現スコアリング可能を適用するときに使用する正規表現パターンを指定するために使用されます。 (継承元 AttributeString) |
| ToString() |
この属性は、正規表現スコアリング可能を適用するときに使用する正規表現パターンを指定するために使用されます。 (継承元 AttributeString) |
明示的なインターフェイスの実装
| IEquatable<AttributeString>.Equals(AttributeString) |
この属性は、正規表現スコアリング可能を適用するときに使用する正規表現パターンを指定するために使用されます。 (継承元 AttributeString) |