StoredContact コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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]
|