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>

追加すべき選択肢のリスト。

返品

選択肢の一覧。

適用対象