次の方法で共有


ContactField.Value プロパティ

定義

注意

contactField は、Windows 8.1後のリリースでは変更または使用できない場合があります。 代わりに、 ContactAddressContactPhoneContactSignificantOtherContactContactEmailContactConnectedServiceAccountContactWebsiteContactJobInfo、または ContactDate を使用します。

連絡先データの値を取得します。

public:
 property Platform::String ^ Value { Platform::String ^ get(); };
winrt::hstring Value();
public string Value { get; }
var string = contactField.value;
Public ReadOnly Property Value As String

プロパティ値

String

Platform::String

winrt::hstring

連絡先データの値。

実装

Windows の要件

アプリの機能
contactsSystem

適用対象