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

适用于