StateChangedEventArgs.State 屬性

定義

取得 SpeechSynthesizer 事件之前 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

屬性值

合成器在狀態變更後的狀態。

備註

屬性 State 代表具有 列舉成員的 SynthesizerState 合成器狀態。

適用於