次の方法で共有


ContactField.Name プロパティ

定義

Note

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

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

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

プロパティ値

String

Platform::String

winrt::hstring

フィールドの名前。

実装

Windows の要件

アプリの機能
contactsSystem

注釈

ContactFieldType 列挙体を使用して ContactField が作成された場合、Name プロパティは ContactFieldType 値 (Emailや PhoneNumber など) と同じです。 ContactField にユーザー設定フィールドが含まれている場合、Name プロパティはフィールドの名前です。

適用対象