C# 클래스 Cimbalino.Phone.Toolkit.Services.VoiceCommandServiceSet

Represents an implementation of the IVoiceCommandServiceSet.
상속: IVoiceCommandServiceSet
파일 보기 프로젝트 열기: Cimbalino/Cimbalino-Phone-Toolkit

공개 메소드들

메소드 설명
UpdatePhraseListAsync ( string phraseListName, IEnumerable phraseList ) : System.Threading.Tasks.Task

Populates a PhraseList element with an array of Item elements.

비공개 메소드들

메소드 설명
VoiceCommandServiceSet ( VoiceCommandSet voiceCommandSet ) : System

메소드 상세

UpdatePhraseListAsync() 공개 메소드

Populates a PhraseList element with an array of Item elements.
public UpdatePhraseListAsync ( string phraseListName, IEnumerable phraseList ) : System.Threading.Tasks.Task
phraseListName string The string that corresponds to the PhraseList element's label attribute.
phraseList IEnumerable A string array of values that will be added to the PhraseList element as Item elements.
리턴 System.Threading.Tasks.Task