VoiceCommandDefinitionManager.InstallCommandDefinitionsFromStorageFileAsync 方法

定义

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 事件处理程序调用此方法,因为操作花费的时间可能长于系统为应用挂起分配的时间。

适用于

另请参阅