PaymentAddress.LanguageCode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
位址的語言代碼。 值必須是 BCP-47 標準所指定的有效 IETF 語言標籤。
public:
property Platform::String ^ LanguageCode { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring LanguageCode();
void LanguageCode(winrt::hstring value);
public string LanguageCode { get; set; }
var string = paymentAddress.languageCode;
paymentAddress.languageCode = string;
Public Property LanguageCode As String
屬性值
取得或設定 LanguageCode。