7 references to SpeechEventInfo
System.Speech (7)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (7)
1001
void AddEvents(System.Speech.Synthesis.TtsEngine.
SpeechEventInfo
[] events, int count);
1102
public partial struct SpeechEventInfo : System.IEquatable<System.Speech.Synthesis.TtsEngine.
SpeechEventInfo
>
1112
public bool Equals(System.Speech.Synthesis.TtsEngine.
SpeechEventInfo
other) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
1114
public static bool operator ==(System.Speech.Synthesis.TtsEngine.
SpeechEventInfo
event1, System.Speech.Synthesis.TtsEngine.
SpeechEventInfo
event2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
1115
public static bool operator !=(System.Speech.Synthesis.TtsEngine.
SpeechEventInfo
event1, System.Speech.Synthesis.TtsEngine.
SpeechEventInfo
event2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }