다음을 통해 공유


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>

추가할 선택 항목 목록입니다.

반환

선택 항목 목록입니다.

적용 대상