Partager via


SpeechRecognizerUIOptions.ExampleText Propriété

Définition

Obtient ou définit l’exemple de texte affiché sur l’écran Écoute .

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

Valeur de propriété

String

Platform::String

winrt::hstring

Exemple de texte affiché sur l’écran Écoute .

S’applique à

Voir aussi