VoiceCommandServiceConnection.ReportFailureAsync(VoiceCommandResponse) Methode

Definition

Sendet eine Antwort an Cortana , die angibt, dass der Sprachbefehl fehlgeschlagen ist.

public:
 virtual IAsyncAction ^ ReportFailureAsync(VoiceCommandResponse ^ response) = ReportFailureAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportFailureAsync(VoiceCommandResponse const& response);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportFailureAsync(VoiceCommandResponse response);
function reportFailureAsync(response)
Public Function ReportFailureAsync (response As VoiceCommandResponse) As IAsyncAction

Parameter

response
VoiceCommandResponse

Die Antwort eines Hintergrund-App-Diensts auf Status-, Bestätigungs-, Mehrdeutigkeits-, Abschluss- oder Fehlerbildschirme, die auf der Cortana-Canvas angezeigt werden.

Gibt zurück

Ein asynchroner Handler wird aufgerufen, wenn der Vorgang abgeschlossen ist.

Attribute

Gilt für:

Weitere Informationen