7 references to Choices
System.Speech (7)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (7)
150public GrammarBuilder(System.Speech.Recognition.Choices alternateChoices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 159public static System.Speech.Recognition.GrammarBuilder Add(System.Speech.Recognition.Choices choices, System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 160public static System.Speech.Recognition.GrammarBuilder Add(System.Speech.Recognition.GrammarBuilder builder, System.Speech.Recognition.Choices choices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 164public void Append(System.Speech.Recognition.Choices alternateChoices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 177public static System.Speech.Recognition.GrammarBuilder operator +(System.Speech.Recognition.Choices choices, System.Speech.Recognition.GrammarBuilder builder) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 178public static System.Speech.Recognition.GrammarBuilder operator +(System.Speech.Recognition.GrammarBuilder builder, System.Speech.Recognition.Choices choices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 182public static implicit operator System.Speech.Recognition.GrammarBuilder (System.Speech.Recognition.Choices choices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }