VoiceCommandConfirmationResult.Confirmed Property

Definition

Gets the response to the question specified by the background app and shown on the Cortana confirmation screen.

public:
 property bool Confirmed { bool get(); };
bool Confirmed();
public bool Confirmed { get; }
var boolean = voiceCommandConfirmationResult.confirmed;
Public ReadOnly Property Confirmed As Boolean

Property Value

Boolean

bool

true when the user responds with "Yes", false when the user responds with "No".

Applies to

See also