Partager via


ContactInformation.Locations Propriété

Définition

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 .

S’applique à