VoiceInformation.DisplayName プロパティ

定義

音声合成エンジン (音声) に関連付けられている表示名を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

音声の表示名。

適用対象

こちらもご覧ください