MessageDelegate<T> Délégué
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.
Retourne state
un PromptAttribute avec un modèle pour le message à afficher.
public delegate System.Threading.Tasks.Task<Microsoft.Bot.Builder.FormFlow.PromptAttribute> MessageDelegate<T>(T state);
type MessageDelegate<'T> = delegate of 'T -> Task<PromptAttribute>
Public Delegate Function MessageDelegate(Of T)(state As T) As Task(Of PromptAttribute)
Paramètres de type
- T
Type d’état du formulaire.
Paramètres
- state
- T
État du formulaire.
Valeur renvoyée
PromptAttribute décrivant le message à afficher.