Compartilhar via


VoiceCommandServiceConnection.GetVoiceCommandAsync Método

Definição

Recupera o comando de voz que o usuário enviou à Cortana por voz ou texto.

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)

Retornos

O VoiceCommand.

Atributos

Aplica-se a

Confira também