共用方式為


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

[接聽 ] 畫面上顯示的範例文字。

適用於

另請參閱