Contact.YomiDisplayName 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 Yomi (phonetic Japanese equivalent) display name for a contact.
public:
property Platform::String ^ YomiDisplayName { Platform::String ^ get(); };
winrt::hstring YomiDisplayName();
public string YomiDisplayName { get; }
var string = contact.yomiDisplayName;
Public ReadOnly Property YomiDisplayName As String
Property Value
The Yomi display name for a contact.
Windows requirements
App capabilities |
contactsSystem
|
Remarks
Windows calculates the YomiDisplayName property by using the values from the YomiGivenName and YomiFamilyName properties. The calculation for YomiDisplayName takes into account different locale hints such as script of the text in the names, resource context, and default user locale to determine the proper formatting template for the name.