ISettingsPresenterProviderGetVoiceNames Method |
Returns a collection of voice names for the installed text-to-speech service. Guaranteed not to throw an exception
and to be current (i.e. no caching).
Namespace: VirtualRadar.Interface.PresenterAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IEnumerable<string> GetVoiceNames()
Function GetVoiceNames As IEnumerable(Of String)
IEnumerable<String^>^ GetVoiceNames()
abstract GetVoiceNames : unit -> IEnumerable<string>
Return Value
Type:
IEnumerableStringSee Also