共用方式為


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。

適用於