次の方法で共有


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

適用対象