StateChangedEventArgs.State Propiedad

Definición

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

El estado del sintetizador después de que cambie el estado.

Comentarios

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

Se aplica a