Freigeben über


Prompter<T>.ValidatePattern Methode

Definition

Überprüfen Sie das Muster, indem Sie sicherstellen, dass sie sich auf reale Felder beziehen.

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

Parameter

form
IForm<T>

Das Formular.

pattern
String

Gibt das Muster an.

field
IField<T>

Basisfeld für Muster.

argLimit
Int32

Die Anzahl der Argumente, die an das Muster übergeben werden.

Gibt zurück

true, wenn es erfolgreich ist, false, wenn ein Fehler auftritt.

Gilt für: