Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.62 KB

File metadata and controls

30 lines (21 loc) · 1.62 KB
-api-id M:Windows.ApplicationModel.VoiceCommands.VoiceCommandDefinitionManager.InstallCommandDefinitionsFromStorageFileAsync(Windows.Storage.StorageFile)
-api-type winrt method

Windows.ApplicationModel.VoiceCommands.VoiceCommandDefinitionManager.InstallCommandDefinitionsFromStorageFileAsync

-description

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

-parameters

-param file

An object representing a Voice Command Definition (VCD) file.

-returns

An asynchronous handler called when the operation is complete.

-remarks

Call this method only from your OnLaunched override, or a Resuming event handler.

Do not call this method from a Suspending event handler as the action might take longer than the time allotted by the system for app suspension.

-examples

-see-also

Voice Command Definition (VCD) elements and attributes v1.2, Cortana interactions, Cortana design guidelines, Cortana voice command sample