VoiceCommandConfirmationResult.Confirmed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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".