次の方法で共有


VoiceCommandDefinitionManager.InstallCommandDefinitionsFromStorageFileAsync メソッド

定義

音声コマンド定義 (VCD) ファイルに CommandSet 要素をインストールします。

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 オーバーライドまたは再開イベント ハンドラーからのみ、このメソッド呼び出します。

このメソッドは 、アプリの中断 のためにシステムによって割り当てられた時間よりも長くかかる可能性があるため、Suspending イベント ハンドラーからこのメソッドを呼び出さないでください。

適用対象

こちらもご覧ください