共用方式為


Contact.HonorificNamePrefix 屬性

定義

取得或設定連絡人名稱的接受前置詞。 接受前置詞的最大字串長度為 32 個字元。

public:
 property Platform::String ^ HonorificNamePrefix { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring HonorificNamePrefix();

void HonorificNamePrefix(winrt::hstring value);
public string HonorificNamePrefix { get; set; }
var string = contact.honorificNamePrefix;
contact.honorificNamePrefix = string;
Public Property HonorificNamePrefix As String

屬性值

String

Platform::String

winrt::hstring

連絡人名稱的接受前置詞。 接受前置詞的最大字串長度為 32 個字元。

Windows 需求

應用程式功能
contactsSystem

備註

一般名稱前置詞包括 Ms、Miss、Mrs、Mr、Dr 等等。

適用於