共用方式為


ContactAddress.Country 屬性

定義

取得或設定連絡人位址的國家/地區。 國家/地區的字串長度上限為 1024 個字元。

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 = contactAddress.country;
contactAddress.country = string;
Public Property Country As String

屬性值

String

Platform::String

winrt::hstring

連絡人位址的國家/地區。 國家/地區的字串長度上限為 1024 個字元。

Windows 需求

應用程式功能
contactsSystem

適用於