Bagikan melalui


SpeechRecognizerUIOptions.ExampleText Properti

Definisi

Mendapatkan atau mengatur contoh teks yang ditampilkan di layar Mendengarkan .

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

void ExampleText(winrt::hstring value);
public string ExampleText { get; set; }
var string = speechRecognizerUIOptions.exampleText;
speechRecognizerUIOptions.exampleText = string;
Public Property ExampleText As String

Nilai Properti

String

Platform::String

winrt::hstring

Contoh teks yang ditampilkan di layar Mendengarkan .

Berlaku untuk

Lihat juga