4 references to VoiceInfo
System.Speech (4)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (4)
650
public System.Speech.Synthesis.
VoiceInfo
VoiceInfo { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }
720
public void StartVoice(System.Speech.Synthesis.
VoiceInfo
voice) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
810
public System.Speech.Synthesis.
VoiceInfo
Voice { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }
900
public System.Speech.Synthesis.
VoiceInfo
Voice { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }