StateChangedEventArgs.PreviousState Proprietà

Definizione

Ottiene lo stato dell'oggetto SpeechSynthesizer prima dell'evento 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

Valore della proprietà

Restituisce lo stato del sintetizzatore prima della modifica dello stato.

Commenti

La PreviousState proprietà rappresenta lo stato del sintetizzatore con un membro dell'enumerazione SynthesizerState .

Si applica a