ContactLocationField.Country 属性

定义

获取联系人的国家/地区。

注意

contactLocationField 可能会在Windows 8.1后更改或无法用于发布。 请改用 ContactAddress

public:
 property Platform::String ^ Country { Platform::String ^ get(); };
winrt::hstring Country();
public string Country { get; }
var string = contactLocationField.country;
Public ReadOnly Property Country As String

属性值

String

Platform::String

winrt::hstring

联系人所在的国家/地区。

Windows 要求

应用功能
contactsSystem

适用于