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

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

Public Methods

Method Description
InstallCommandSetsFromFileAsync ( Uri voiceCommandDefinitionUri ) : System.Threading.Tasks.Task

Installs the CommandSet elements in a Voice Command Definition (VCD) file.

Method Details

InstallCommandSetsFromFileAsync() public method

Installs the CommandSet elements in a Voice Command Definition (VCD) file.
public InstallCommandSetsFromFileAsync ( Uri voiceCommandDefinitionUri ) : System.Threading.Tasks.Task
voiceCommandDefinitionUri System.Uri The absolute path to the Voice Command Definition (VCD) file.
return System.Threading.Tasks.Task