MapAddress.PostCode プロパティ

定義

住所の郵便番号を取得または設定します。

public:
 property Platform::String ^ PostCode { Platform::String ^ get(); };
winrt::hstring PostCode();
public string PostCode { get; }
var string = mapAddress.postCode;
Public ReadOnly Property PostCode As String

プロパティ値

String

Platform::String

winrt::hstring

住所の郵便番号。

適用対象

こちらもご覧ください