ISettingsPresenterGetVoiceNames Method |
Returns a collection of voice names. A voice name of null indicates the presence of a default voice.
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