Share via


VoiceInformation.DisplayName Proprietà

Definizione

Ottiene il nome visualizzato associato al motore di sintesi vocale (voce).

public:
 property Platform::String ^ DisplayName { Platform::String ^ get(); };
winrt::hstring DisplayName();
public string DisplayName { get; }
var string = voiceInformation.displayName;
Public ReadOnly Property DisplayName As String

Valore della proprietà

String

Platform::String

winrt::hstring

Nome visualizzato della voce.

Si applica a

Vedi anche