SpeechRecognizerUIOptions.ExampleText Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
Exemple de texte affiché sur l’écran Écoute .