C# Класс Cimbalino.Phone.Toolkit.Services.VoiceCommandServiceSet

Represents an implementation of the IVoiceCommandServiceSet.
Наследование: IVoiceCommandServiceSet
Показать файл Открыть проект

Открытые методы

Метод Описание
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