Partager via


VoiceCommandServiceConnection.GetVoiceCommandAsync Méthode

Définition

Récupère la commande vocale que l’utilisateur a envoyée à Cortana par voix ou texte.

public:
 virtual IAsyncOperation<VoiceCommand ^> ^ GetVoiceCommandAsync() = GetVoiceCommandAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<VoiceCommand> GetVoiceCommandAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<VoiceCommand> GetVoiceCommandAsync();
function getVoiceCommandAsync()
Public Function GetVoiceCommandAsync () As IAsyncOperation(Of VoiceCommand)

Retours

VoiceCommand.

Attributs

S’applique à

Voir aussi