SpeechRecognizerUIOptions.ExampleText Propiedad

Definición

Obtiene o establece el texto de ejemplo que se muestra en la pantalla Escuchando .

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

Valor de propiedad

String

Platform::String

winrt::hstring

Texto de ejemplo que se muestra en la pantalla Escuchando .

Se aplica a

Consulte también