StateChangedEventArgs.State Propriedade

Definição

Obtém o estado do SpeechSynthesizer antes do evento StateChanged.

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 da propriedade

O estado do sintetizador após a alteração do estado.

Comentários

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

Aplica-se a