Share via


ContactLocationField.Country プロパティ

定義

連絡先の国を取得します。

Note

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

適用対象