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

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

공개 메소드들

메소드 설명
InstallCommandSetsFromFileAsync ( Uri voiceCommandDefinitionUri ) : System.Threading.Tasks.Task

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

메소드 상세

InstallCommandSetsFromFileAsync() 공개 메소드

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