Contact.YomiDisplayName Property

Definition

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

String

Platform::String

winrt::hstring

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.

Applies to