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