Share via


ContactLocationField.PostalCode プロパティ

定義

連絡先の郵便番号を取得します。

Note

contactLocationField は、Windows 8.1後のリリースで変更または使用できない場合があります。 代わりに、 ContactAddress を使用します

public:
 property Platform::String ^ PostalCode { Platform::String ^ get(); };
winrt::hstring PostalCode();
public string PostalCode { get; }
var string = contactLocationField.postalCode;
Public ReadOnly Property PostalCode As String

プロパティ値

String

Platform::String

winrt::hstring

連絡先の郵便番号。

Windows の要件

アプリの機能
contactsSystem

適用対象