VoiceCommandServiceConnection.GetVoiceCommandAsync Metodo

Definizione

Recupera il comando vocale inviato dall'utente a Cortana per voce o testo.

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)

Restituisce

VoiceCommand.

Attributi

Si applica a

Vedi anche