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]
|