StateChangedEventArgs.State Propriedade

Definição

Percebe o estado do SpeechSynthesizer antes do StateChanged evento.

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

Valor de Propriedade

O estado do sintetizador após a mudança do estado.

Observações

A State propriedade representa o estado do sintetizador com um membro da SynthesizerState enumeração.

Aplica-se a