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 合成器状态。

适用于