次の方法で共有


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]

適用対象