Partager via


Prompter<T>.ValidatePattern Méthode

Définition

Validez le modèle en vous assurant qu’ils font référence à des champs réels.

public static bool ValidatePattern (Microsoft.Bot.Builder.FormFlow.IForm<T> form, string pattern, Microsoft.Bot.Builder.FormFlow.Advanced.IField<T> field, int argLimit = 0);
static member ValidatePattern : Microsoft.Bot.Builder.FormFlow.IForm<'T (requires 'T : null)> * string * Microsoft.Bot.Builder.FormFlow.Advanced.IField<'T (requires 'T : null)> * int -> bool
Public Shared Function ValidatePattern (form As IForm(Of T), pattern As String, field As IField(Of T), Optional argLimit As Integer = 0) As Boolean

Paramètres

form
IForm<T>

Le formulaire.

pattern
String

Spécifie le modèle.

field
IField<T>

Champ de base pour le modèle.

argLimit
Int32

Nombre d’arguments passés au modèle.

Retours

true si elle réussit, false en cas d’échec.

S’applique à