次の方法で共有


VoiceCommandServiceConnection.ReportFailureAsync(VoiceCommandResponse) メソッド

定義

音声コマンドが失敗したことを示す応答を Cortana に送信します。

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

パラメーター

response
VoiceCommandResponse

Cortana キャンバスに表示される進行状況、確認、あいまいさの解消、完了、または失敗に関するバックグラウンド アプリ サービスからの応答。

戻り値

操作が完了すると呼び出される非同期のハンドラーです。

属性

適用対象

こちらもご覧ください