StoredContact.HonorificSuffix プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
格納されている連絡先の敬称サフィックスを取得または設定します。
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
プロパティ値
連絡先の敬称サフィックス。
実装
Windows の要件
アプリの機能 |
ID_CAP_CONTACTS [Windows Phone]
|