ContactInstantMessageField.Name プロパティ

定義

フィールドの名前を取得します。

注意

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

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

プロパティ値

String

Platform::String

winrt::hstring

フィールドの名前。

実装

Windows の要件

アプリの機能
contactsSystem

適用対象