VoiceCommandServiceConnection.GetVoiceCommandAsync Methode

Definition

Ruft den Sprachbefehl ab, den der Benutzer per Sprache oder Text an Cortana übermittelt hat.

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)

Gibt zurück

Der VoiceCommand.

Attribute

Gilt für:

Weitere Informationen