4 references to PromptBuilder
System.Speech (4)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (4)
665public Prompt(System.Speech.Synthesis.PromptBuilder promptBuilder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 692public void AppendPromptBuilder(System.Speech.Synthesis.PromptBuilder promptBuilder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 841public void Speak(System.Speech.Synthesis.PromptBuilder promptBuilder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 844public System.Speech.Synthesis.Prompt SpeakAsync(System.Speech.Synthesis.PromptBuilder promptBuilder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }