StoredContact Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
StoredContact(ContactStore) |
Initialise une nouvelle instance de la classe StoredContact. |
StoredContact(ContactStore, ContactInformation) |
Initialise une nouvelle instance de la classe StoredContact et initialise les valeurs de propriété à partir de l’objet ContactInformation fourni. |
StoredContact(ContactStore)
Initialise une nouvelle instance de la classe StoredContact.
public:
StoredContact(ContactStore ^ store);
StoredContact(ContactStore const& store);
public StoredContact(ContactStore store);
function StoredContact(store)
Public Sub New (store As ContactStore)
Paramètres
- store
- ContactStore
Magasin de contacts dans lequel le contact doit être créé.
Configuration requise pour Windows
Fonctionnalités de l’application |
ID_CAP_CONTACTS [Windows Phone]
|
Voir aussi
S’applique à
StoredContact(ContactStore, ContactInformation)
Initialise une nouvelle instance de la classe StoredContact et initialise les valeurs de propriété à partir de l’objet ContactInformation fourni.
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)
Paramètres
- store
- ContactStore
Magasin de contacts dans lequel le contact doit être créé.
- contact
- ContactInformation
Objet d’informations de contact avec lequel les nouvelles propriétés de l’objet contact seront initialisées.
Configuration requise pour Windows
Fonctionnalités de l’application |
ID_CAP_CONTACTS [Windows Phone]
|