InstalledVoice Class

Represents an installed Voice object.

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

Syntax

'Declaration
<DebuggerDisplayAttribute("{VoiceInfo.Name} [{Enabled ? " & ChrW(34) & "Enabled" & ChrW(34) & " : " & ChrW(34) & "Disabled" & ChrW(34) & "}]")> _
Public Class InstalledVoice
[DebuggerDisplayAttribute("{VoiceInfo.Name} [{Enabled ? \"Enabled\" : \"Disabled\"}]")] 
public class InstalledVoice
[DebuggerDisplayAttribute(L"{VoiceInfo.Name} [{Enabled ? \"Enabled\" : \"Disabled\"}]")] 
public ref class InstalledVoice
/** @attribute DebuggerDisplayAttribute("{VoiceInfo.Name} [{Enabled ? \"Enabled\" : \"Disabled\"}]") */ 
public class InstalledVoice
DebuggerDisplayAttribute("{VoiceInfo.Name} [{Enabled ? \u0022Enabled\u0022 : \u0022Disabled\u0022}]") 
public class InstalledVoice

Inheritance Hierarchy

System.Object
  Microsoft.Speech.Synthesis.InstalledVoice

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

InstalledVoice Members
Microsoft.Speech.Synthesis Namespace