10 references to ProsodyNumber
System.Speech (10)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (10)
1012
public System.Speech.Synthesis.TtsEngine.
ProsodyNumber
Pitch { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }
1013
public System.Speech.Synthesis.TtsEngine.
ProsodyNumber
Range { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }
1014
public System.Speech.Synthesis.TtsEngine.
ProsodyNumber
Rate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }
1015
public System.Speech.Synthesis.TtsEngine.
ProsodyNumber
Volume { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }
1021
public partial struct ProsodyNumber : System.IEquatable<System.Speech.Synthesis.TtsEngine.
ProsodyNumber
>
1033
public bool Equals(System.Speech.Synthesis.TtsEngine.
ProsodyNumber
other) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
1035
public static bool operator ==(System.Speech.Synthesis.TtsEngine.
ProsodyNumber
prosodyNumber1, System.Speech.Synthesis.TtsEngine.
ProsodyNumber
prosodyNumber2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
1036
public static bool operator !=(System.Speech.Synthesis.TtsEngine.
ProsodyNumber
prosodyNumber1, System.Speech.Synthesis.TtsEngine.
ProsodyNumber
prosodyNumber2) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }