SpeechSynthesizer.VoiceChange Événement
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.
Déclenché lorsque la voix de l'objet SpeechSynthesizer change.
public:
event EventHandler<System::Speech::Synthesis::VoiceChangeEventArgs ^> ^ VoiceChange;
public event EventHandler<System.Speech.Synthesis.VoiceChangeEventArgs> VoiceChange;
member this.VoiceChange : EventHandler<System.Speech.Synthesis.VoiceChangeEventArgs>
Public Custom Event VoiceChange As EventHandler(Of VoiceChangeEventArgs)
Type d'événement
Remarques
Pour obtenir un exemple et des informations sur les données associées à l’événement, consultez VoiceChangeEventArgs .
Vous pouvez modifier la voix que SpeechSynthesizer utilise avec l’une des PromptBuilder méthodes de StartVoice ou les méthodes SpeechSynthesizer SelectVoice ou SelectVoiceByHints .