StateChangedEventArgs.PreviousState 屬性

定義

取得 SpeechSynthesizer 事件之前 StateChanged 的狀態。

public:
 property System::Speech::Synthesis::SynthesizerState PreviousState { System::Speech::Synthesis::SynthesizerState get(); };
public System.Speech.Synthesis.SynthesizerState PreviousState { get; }
member this.PreviousState : System.Speech.Synthesis.SynthesizerState
Public ReadOnly Property PreviousState As SynthesizerState

屬性值

傳回狀態變更之前的合成器狀態。

備註

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

適用於