VoiceCommandUserMessage.DisplayMessage 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 or sets the message that is shown on the Cortana canvas.
public:
property Platform::String ^ DisplayMessage { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DisplayMessage();
void DisplayMessage(winrt::hstring value);
public string DisplayMessage { get; set; }
var string = voiceCommandUserMessage.displayMessage;
voiceCommandUserMessage.displayMessage = string;
Public Property DisplayMessage As String
Property Value
- An informative statement on progress, completion, and error screens (see ReportProgressAsync, ReportSuccessAsync, ReportFailureAsync).
- An unambiguous question that can be answered with either yes or no on confirmation screens (see RequestConfirmationAsync).
- A request for the user to select from the list of choices presented on disambiguation screens (see RequestDisambiguationAsync).