JapanesePhoneme.YomiText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The "reading" (the pronunciation of DisplayText, represented by a sequence of Hiragana characters).