次の方法で共有


TextPhoneme.DisplayText プロパティ

定義

日本語の音素の表示テキストを取得します。

public:
 property Platform::String ^ DisplayText { Platform::String ^ get(); };
winrt::hstring DisplayText();
public string DisplayText { get; }
var string = textPhoneme.displayText;
Public ReadOnly Property DisplayText As String

プロパティ値

String

Platform::String

winrt::hstring

最初に TextReverseConversionGenerator.GetPhonemesAsync に渡された表示テキスト。 そのメソッドに日本語の文を渡す一般的なユース ケースでは、表示テキストは、漢字の文の 1 つのふりがな部分、または漢字とふりがなの組み合わせです。

適用対象