Freigeben über


ContactInformation.Locations Eigenschaft

Definition

Eine schreibgeschützte Liste von Speicherorten, die mit dem Kontakt gespeichert sind.

Hinweis

ContactInformation kann für Releases nach Windows 8.1 geändert oder nicht mehr verfügbar sein. Verwenden Sie stattdessen Kontakt.

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)

Eigenschaftswert

Eine schreibgeschützte Liste von Speicherorten.

Windows-Anforderungen

App-Funktionen
contactsSystem

Hinweise

Verwenden Sie die Locations-Eigenschaft, um auf die Adresse eines Kontakts und andere Informationen aus einem ContactInformation-Objekt zuzugreifen.

Gilt für: