Partager via


ChoiceFactory.ToChoices(IList<String>) Méthode

Définition

Prend une liste de chaînes et les retourne en tant que Choice.

public static System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Choices.Choice> ToChoices (System.Collections.Generic.IList<string> choices);
static member ToChoices : System.Collections.Generic.IList<string> -> System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Choices.Choice>
Public Shared Function ToChoices (choices As IList(Of String)) As IList(Of Choice)

Paramètres

choices
IList<String>

Liste des options à ajouter.

Retours

Liste de choix.

S’applique à