ContactInstantMessageField.Value プロパティ

定義

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

注意

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

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

プロパティ値

String

Platform::String

winrt::hstring

連絡先データの値。

実装

Windows の要件

アプリの機能
contactsSystem

適用対象