VoiceCommandDefinitionManager.InstallCommandDefinitionsFromStorageFileAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 CommandSet 元素安装在语音命令定义 (VCD) 文件中。
public:
static IAsyncAction ^ InstallCommandDefinitionsFromStorageFileAsync(StorageFile ^ file);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction InstallCommandDefinitionsFromStorageFileAsync(StorageFile const& file);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction InstallCommandDefinitionsFromStorageFileAsync(StorageFile file);
function installCommandDefinitionsFromStorageFileAsync(file)
Public Shared Function InstallCommandDefinitionsFromStorageFileAsync (file As StorageFile) As IAsyncAction
参数
- file
- StorageFile
表示语音命令定义的对象 (VCD) 文件。
返回
完成该操作后,将调用异步处理程序。
- 属性
注解
仅从 OnLaunched 替代或 Resuming 事件处理程序调用此方法。
请勿从 Suspending 事件处理程序调用此方法,因为操作花费的时间可能长于系统为应用挂起分配的时间。