SpeechRecognizerUIOptions.ExampleText プロパティ

定義

リッスン画面に表示されるテキストの例 取得または設定します。

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

プロパティ値

String

Platform::String

winrt::hstring

[リッスン中] 画面に表示されるテキストの例。

適用対象

こちらもご覧ください