![Collapse image Collapse image](collapse_all.gif)
![Expand Image Expand Image](expand_all.gif)
![](collapse_all.gif)
![](expand_all.gif)
![](dropdown.gif)
![](dropdownHover.gif)
![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
Gets the speaking state of the SpeechSynthesizer object.
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 SpeechSynthesizer Dim value As SynthesizerState value = instance.State |
C# |
---|
public SynthesizerState State { get; } |
Property Value
Type: Microsoft.Speech.Synthesis..::..SynthesizerStateReturns the speaking state of the SpeechSynthesizer object.