ChoiceFactory.ToChoices(IList<String>) 方法

定义

获取字符串列表,并将其返回为 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)

参数

choices
IList<String>

要添加的选项列表。

返回

选项列表。

适用于