共用方式為


StoredContact.HonorificSuffix 屬性

定義

取得或設定預存連絡人的接受尾碼。

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

void HonorificSuffix(winrt::hstring value);
public string HonorificSuffix { get; set; }
var string = storedContact.honorificSuffix;
storedContact.honorificSuffix = string;
Public Property HonorificSuffix As String

屬性值

String

Platform::String

winrt::hstring

連絡人的接受尾碼。

實作

Windows 需求

應用程式功能
ID_CAP_CONTACTS [Windows Phone]

適用於