次の方法で共有


SpeechSynthesizer.Options プロパティ

定義

SpeechSynthesizer オブジェクトで設定できるオプションのコレクションへの参照を取得します。

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

プロパティ値

音声シンセサイザーのオプション。

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

適用対象

こちらもご覧ください