Share via


VoiceCommandUserMessage.DisplayMessage Property

Definition

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

String

Platform::String

winrt::hstring

Applies to

See also