Gets the state of the SpeechSynthesizer after the StateChanged event.
Namespace:
Microsoft.Speech.Synthesis
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property State As SynthesizerState Get |
Visual Basic (Usage) |
---|
Dim instance As StateChangedEventArgs Dim value As SynthesizerState value = instance.State |
C# |
---|
public SynthesizerState State { get; } |
Property Value
Type: Microsoft.Speech.Synthesis..::..SynthesizerStateThe state of the synthesizer after the state changed.
Remarks
The State property represents the synthesizer state with a member of the SynthesizerState enumeration.