次の方法で共有


VoiceCommandServiceConnection.ReportSuccessAsync(VoiceCommandResponse) メソッド

定義

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

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

パラメーター

response
VoiceCommandResponse

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

戻り値

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

属性

適用対象

こちらもご覧ください