ContactAddress.Country プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
連絡先アドレスに関連付けられている国を取得または設定します。
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
プロパティ値
連絡先住所に関連付けられている国。
Windows の要件
アプリの機能 |
ID_CAP_CONTACTS [Windows Phone]
|