StateChangedEventArgs.State Proprietà

Definizione

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

Valore della proprietà

Lo stato del sintetizzatore dopo la modifica dello stato.

Commenti

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

Si applica a