IFieldPrompt<T>.Next(Object, T) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Étape suivante à exécuter.
public Microsoft.Bot.Builder.FormFlow.Advanced.NextStep Next (object value, T state);
abstract member Next : obj * 'T -> Microsoft.Bot.Builder.FormFlow.Advanced.NextStep
Public Function Next (value As Object, state As T) As NextStep
Paramètres
- value
- Object
Valeur en réponse à l’invite.
- state
- T
État actuel du formulaire.
Retours
Étape suivante à exécuter.