C# Class Cimbalino.Phone.Toolkit.Services.VoiceCommandServiceSet

Represents an implementation of the IVoiceCommandServiceSet.
Inheritance: IVoiceCommandServiceSet
Show file Open project: Cimbalino/Cimbalino-Phone-Toolkit

Public Methods

Method Description
UpdatePhraseListAsync ( string phraseListName, IEnumerable phraseList ) : System.Threading.Tasks.Task

Populates a PhraseList element with an array of Item elements.

Private Methods

Method Description
VoiceCommandServiceSet ( VoiceCommandSet voiceCommandSet ) : System

Method Details

UpdatePhraseListAsync() public method

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.
return System.Threading.Tasks.Task