VoiceCommandDefinitionManager.InstallCommandDefinitionsFromStorageFileAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Installe les éléments CommandSet dans un fichier VCD (Voice Command Definition).
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
Paramètres
- file
- StorageFile
Objet représentant un fichier VCD (Voice Command Definition).
Retours
Gestionnaire asynchrone appelé une fois l'opération terminée.
- Attributs
Remarques
Appelez cette méthode uniquement à partir de votre remplacement OnLaunched ou d’un gestionnaire d’événements de reprise .
N’appelez pas cette méthode à partir d’un gestionnaire d’événements Suspending , car l’action peut prendre plus de temps que le temps alloué par le système pour la suspension de l’application.