次の方法で共有


StoredContact コンストラクター

定義

オーバーロード

StoredContact(ContactStore)

StoredContact クラスの新しいインスタンスを初期化します。

StoredContact(ContactStore, ContactInformation)

StoredContact クラスの新しいインスタンスを初期化し、指定された ContactInformation オブジェクトのプロパティ値を初期化します。

StoredContact(ContactStore)

StoredContact クラスの新しいインスタンスを初期化します。

public:
 StoredContact(ContactStore ^ store);
 StoredContact(ContactStore const& store);
public StoredContact(ContactStore store);
function StoredContact(store)
Public Sub New (store As ContactStore)

パラメーター

store
ContactStore

連絡先を作成する連絡先ストア。

Windows の要件

アプリの機能
ID_CAP_CONTACTS [Windows Phone]

こちらもご覧ください

適用対象

StoredContact(ContactStore, ContactInformation)

StoredContact クラスの新しいインスタンスを初期化し、指定された ContactInformation オブジェクトのプロパティ値を初期化します。

public:
 StoredContact(ContactStore ^ store, ContactInformation ^ contact);
 StoredContact(ContactStore const& store, ContactInformation const& contact);
public StoredContact(ContactStore store, ContactInformation contact);
function StoredContact(store, contact)
Public Sub New (store As ContactStore, contact As ContactInformation)

パラメーター

store
ContactStore

連絡先を作成する連絡先ストア。

contact
ContactInformation

新しい連絡先オブジェクトのプロパティが初期化される連絡先情報オブジェクト。

Windows の要件

アプリの機能
ID_CAP_CONTACTS [Windows Phone]

こちらもご覧ください

適用対象