次の方法で共有


PaymentAddress.Country プロパティ

定義

国。 値は CLDR 標準の値である必要があります。

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

void Country(winrt::hstring value);
public string Country { get; set; }
var string = paymentAddress.country;
paymentAddress.country = string;
Public Property Country As String

プロパティ値

String

Platform::String

winrt::hstring

Country を取得または設定します。

適用対象