VoiceCommandUserMessage.SpokenMessage Proprietà

Definizione

Messaggio pronunciato da Cortana.

public:
 property Platform::String ^ SpokenMessage { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring SpokenMessage();

void SpokenMessage(winrt::hstring value);
public string SpokenMessage { get; set; }
var string = voiceCommandUserMessage.spokenMessage;
voiceCommandUserMessage.spokenMessage = string;
Public Property SpokenMessage As String

Valore della proprietà

String

Platform::String

winrt::hstring

Si applica a

Vedi anche