VoiceCommandDefinitionManager.InstallCommandDefinitionsFromStorageFileAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
音声コマンド定義 (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 イベント ハンドラーからこのメソッドを呼び出さないでください。