Compartir vía


StateChangedEventArgs.State Propiedad

Definición

Obtiene el estado del SpeechSynthesizer objeto antes del 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 propiedad

Estado del sintetizador después de cambiar el estado.

Comentarios

La State propiedad representa el estado del sintetizador con un miembro de la SynthesizerState enumeración.

Se aplica a