1 type derived from Prompt
System.Speech (1)
artifacts\obj\System.Speech\Debug\net11.0\System.Speech.notsupported.cs (1)
649
public partial class FilePrompt : System.Speech.Synthesis.
Prompt
8 references to Prompt
System.Speech (8)
artifacts\obj\System.Speech\Debug\net11.0\System.Speech.notsupported.cs (8)
743
public System.Speech.Synthesis.
Prompt
Prompt { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }
831
public System.Speech.Synthesis.
Prompt
? GetCurrentlySpokenPrompt() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
848
public void Speak(System.Speech.Synthesis.
Prompt
prompt) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
851
public void SpeakAsync(System.Speech.Synthesis.
Prompt
prompt) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
852
public System.Speech.Synthesis.
Prompt
SpeakAsync(System.Speech.Synthesis.PromptBuilder promptBuilder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
853
public System.Speech.Synthesis.
Prompt
SpeakAsync(string textToSpeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
854
public void SpeakAsyncCancel(System.Speech.Synthesis.
Prompt
prompt) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
857
public System.Speech.Synthesis.
Prompt
SpeakSsmlAsync(string textToSpeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }