次の方法で共有


VoiceChangeEventArgs.Voice プロパティ

定義

新しい音声の VoiceInfo オブジェクトを取得します。

public:
 property System::Speech::Synthesis::VoiceInfo ^ Voice { System::Speech::Synthesis::VoiceInfo ^ get(); };
public System.Speech.Synthesis.VoiceInfo Voice { get; }
member this.Voice : System.Speech.Synthesis.VoiceInfo
Public ReadOnly Property Voice As VoiceInfo

プロパティ値

新しい音声を記述し、識別する情報を返します。

注釈

プロパティは Voice 、イベントが VoiceInfo 発生したときに オブジェクトを VoiceChange 取得します。

適用対象