JapanesePhoneme.YomiText Property

Definition

Gets the "reading" (the pronunciation of DisplayText) for this Japanese word.

public:
 property Platform::String ^ YomiText { Platform::String ^ get(); };
winrt::hstring YomiText();
public string YomiText { get; }
var string = japanesePhoneme.yomiText;
Public ReadOnly Property YomiText As String

Property Value

String

Platform::String

winrt::hstring

The "reading" (the pronunciation of DisplayText, represented by a sequence of Hiragana characters).

Applies to

See also