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