次の方法で共有


VoiceCommandConfirmationResult クラス

定義

バックグラウンド アプリで指定され、 Cortana の確認画面に表示される質問への応答。 バックグラウンド アプリ サービスが RequestConfirmationAsync を呼び出すと、この画面が表示されます。

public ref class VoiceCommandConfirmationResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class VoiceCommandConfirmationResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class VoiceCommandConfirmationResult
Public NotInheritable Class VoiceCommandConfirmationResult
継承
Object Platform::Object IInspectable VoiceCommandConfirmationResult
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

VoiceCommandConfirmationResult オブジェクトにアクセスする場合は、適切な Windows.ApplicationModel.AppService オブジェクトを参照する VoiceCommandServiceConnectionRequestConfirmationAsync を呼び出します。

プロパティ

Confirmed

バックグラウンド アプリで指定され、 Cortana の確認画面に表示される質問への応答を取得します。

適用対象

こちらもご覧ください