次の方法で共有


ContactAddress.Locality プロパティ

定義

連絡先アドレスの局所性を取得または設定します。

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

void Locality(winrt::hstring value);
public string Locality { get; set; }
var string = contactAddress.locality;
contactAddress.locality = string;
Public Property Locality As String

プロパティ値

String

Platform::String

winrt::hstring

連絡先アドレスの局所性。

Windows の要件

アプリの機能
ID_CAP_CONTACTS [Windows Phone]

適用対象