ContactInformation.Locations Propriété
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.
Liste en lecture seule des emplacements stockés avec le contact.
Notes
ContactInformation peut être modifié ou indisponible pour les versions après Windows 8.1. Utilisez plutôt Contact.
public:
property IVectorView<ContactLocationField ^> ^ Locations { IVectorView<ContactLocationField ^> ^ get(); };
IVectorView<ContactLocationField> Locations();
public IReadOnlyList<ContactLocationField> Locations { get; }
var iVectorView = contactInformation.locations;
Public ReadOnly Property Locations As IReadOnlyList(Of ContactLocationField)
Valeur de propriété
Liste d’emplacements en lecture seule.
Configuration requise pour Windows
Fonctionnalités de l’application |
contactsSystem
|
Remarques
Utilisez la propriété Locations pour accéder à l’adresse d’un contact et à d’autres informations à partir d’un objet ContactInformation .