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