次の方法で共有


ContactField コンストラクター

定義

オーバーロード

ContactField(String, ContactFieldType)

Note

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

新しい ContactField オブジェクトを作成します。

ContactField(String, ContactFieldType, ContactFieldCategory)

Note

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

新しい ContactField オブジェクトを作成します。

ContactField(String, String, ContactFieldType, ContactFieldCategory)

Note

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

新しい ContactField オブジェクトを作成します。

ContactField(String, ContactFieldType)

Note

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

新しい ContactField オブジェクトを作成します。

public:
 ContactField(Platform::String ^ value, ContactFieldType type);
 ContactField(winrt::hstring const& value, ContactFieldType const& type);
public ContactField(string value, ContactFieldType type);
function ContactField(value, type)
Public Sub New (value As String, type As ContactFieldType)

パラメーター

value
String

Platform::String

winrt::hstring

フィールドに含まれる値。

type
ContactFieldType

連絡先データの種類。

Windows の要件

アプリの機能
contactsSystem

こちらもご覧ください

適用対象

ContactField(String, ContactFieldType, ContactFieldCategory)

Note

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

新しい ContactField オブジェクトを作成します。

public:
 ContactField(Platform::String ^ value, ContactFieldType type, ContactFieldCategory category);
 ContactField(winrt::hstring const& value, ContactFieldType const& type, ContactFieldCategory const& category);
public ContactField(string value, ContactFieldType type, ContactFieldCategory category);
function ContactField(value, type, category)
Public Sub New (value As String, type As ContactFieldType, category As ContactFieldCategory)

パラメーター

value
String

Platform::String

winrt::hstring

連絡先フィールドの値。

type
ContactFieldType

連絡先データの種類。

category
ContactFieldCategory

連絡先が属するカテゴリ。

Windows の要件

アプリの機能
contactsSystem

こちらもご覧ください

適用対象

ContactField(String, String, ContactFieldType, ContactFieldCategory)

Note

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

新しい ContactField オブジェクトを作成します。

public:
 ContactField(Platform::String ^ name, Platform::String ^ value, ContactFieldType type, ContactFieldCategory category);
 ContactField(winrt::hstring const& name, winrt::hstring const& value, ContactFieldType const& type, ContactFieldCategory const& category);
public ContactField(string name, string value, ContactFieldType type, ContactFieldCategory category);
function ContactField(name, value, type, category)
Public Sub New (name As String, value As String, type As ContactFieldType, category As ContactFieldCategory)

パラメーター

name
String

Platform::String

winrt::hstring

フィールドの名前。

value
String

Platform::String

winrt::hstring

フィールドに含まれる値。

type
ContactFieldType

フィールドの型。

category
ContactFieldCategory

フィールドが属するカテゴリ。

Windows の要件

アプリの機能
contactsSystem

こちらもご覧ください

適用対象