Share via


VoiceChangeEventArgs.Voice Property

Gets the VoiceInfo of the new voice.

Namespace: Microsoft.Speech.Synthesis
Assembly: Microsoft.Speech (in microsoft.speech.dll)

Syntax

'Declaration
Public ReadOnly Property Voice As VoiceInfo
public VoiceInfo Voice { get; }
public:
property VoiceInfo^ Voice {
    VoiceInfo^ get ();
}
/** @property */
public VoiceInfo get_Voice ()
public function get Voice () : VoiceInfo

Property Value

A VoiceInfo object that identifies the new voice.

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

VoiceChangeEventArgs Class
VoiceChangeEventArgs Members
Microsoft.Speech.Synthesis Namespace