3 references to PromptVolume
System.Speech (3)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (3)
701public void AppendText(string textToSpeak, System.Speech.Synthesis.PromptVolume volume) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 751public PromptStyle(System.Speech.Synthesis.PromptVolume volume) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 754public System.Speech.Synthesis.PromptVolume Volume { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }