StateChangedEventArgs.PreviousState Propriété

Définition

Obtient l'état de SpeechSynthesizer avant l'événement StateChanged.

public:
 property System::Speech::Synthesis::SynthesizerState PreviousState { System::Speech::Synthesis::SynthesizerState get(); };
public System.Speech.Synthesis.SynthesizerState PreviousState { get; }
member this.PreviousState : System.Speech.Synthesis.SynthesizerState
Public ReadOnly Property PreviousState As SynthesizerState

Valeur de propriété

Retourne l'état du synthétiseur avant sa modification.

Remarques

La PreviousState propriété représente l’état du synthétiseur avec un membre de l’énumération SynthesizerState .

S’applique à