Share via


SpeechSynthesizer.Options Eigenschaft

Definition

Ruft einen Verweis auf die Auflistung von Optionen ab, die für das SpeechSynthesizer-Objekt festgelegt werden können.

public:
 property SpeechSynthesizerOptions ^ Options { SpeechSynthesizerOptions ^ get(); };
SpeechSynthesizerOptions Options();
public SpeechSynthesizerOptions Options { get; }
var speechSynthesizerOptions = speechSynthesizer.options;
Public ReadOnly Property Options As SpeechSynthesizerOptions

Eigenschaftswert

Die Sprachsynthesizeroptionen.

Windows-Anforderungen

Gerätefamilie
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)

Gilt für:

Weitere Informationen