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

수신 대기 화면에 표시되는 예제 텍스트입니다.

적용 대상

추가 정보