Freigeben über


ContactLocationField Konstruktoren

Definition

Überlädt

ContactLocationField(String)

Erstellt ein neues ContactLocationField-Objekt.

Hinweis

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

ContactLocationField(String, ContactFieldCategory)

Erstellt ein neues ContactLocationField-Objekt.

Hinweis

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

ContactLocationField(String, ContactFieldCategory, String, String, String, String, String)

Erstellt ein neues ContactLocationField-Objekt.

Hinweis

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

ContactLocationField(String)

Erstellt ein neues ContactLocationField-Objekt.

Hinweis

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

public:
 ContactLocationField(Platform::String ^ unstructuredAddress);
 ContactLocationField(winrt::hstring const& unstructuredAddress);
public ContactLocationField(string unstructuredAddress);
function ContactLocationField(unstructuredAddress)
Public Sub New (unstructuredAddress As String)

Parameter

unstructuredAddress
String

Platform::String

winrt::hstring

Die Adresse des Kontakts in einem unstrukturierten Format.

Windows-Anforderungen

App-Funktionen
contactsSystem

Weitere Informationen

Gilt für:

ContactLocationField(String, ContactFieldCategory)

Erstellt ein neues ContactLocationField-Objekt.

Hinweis

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

public:
 ContactLocationField(Platform::String ^ unstructuredAddress, ContactFieldCategory category);
 ContactLocationField(winrt::hstring const& unstructuredAddress, ContactFieldCategory const& category);
public ContactLocationField(string unstructuredAddress, ContactFieldCategory category);
function ContactLocationField(unstructuredAddress, category)
Public Sub New (unstructuredAddress As String, category As ContactFieldCategory)

Parameter

unstructuredAddress
String

Platform::String

winrt::hstring

Die Adresse des Kontakts in einem unstrukturierten Format.

category
ContactFieldCategory

Die Kategorie, zu der das Feld gehört.

Windows-Anforderungen

App-Funktionen
contactsSystem

Weitere Informationen

Gilt für:

ContactLocationField(String, ContactFieldCategory, String, String, String, String, String)

Erstellt ein neues ContactLocationField-Objekt.

Hinweis

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

public:
 ContactLocationField(Platform::String ^ unstructuredAddress, ContactFieldCategory category, Platform::String ^ street, Platform::String ^ city, Platform::String ^ region, Platform::String ^ country, Platform::String ^ postalCode);
 ContactLocationField(winrt::hstring const& unstructuredAddress, ContactFieldCategory const& category, winrt::hstring const& street, winrt::hstring const& city, winrt::hstring const& region, winrt::hstring const& country, winrt::hstring const& postalCode);
public ContactLocationField(string unstructuredAddress, ContactFieldCategory category, string street, string city, string region, string country, string postalCode);
function ContactLocationField(unstructuredAddress, category, street, city, region, country, postalCode)
Public Sub New (unstructuredAddress As String, category As ContactFieldCategory, street As String, city As String, region As String, country As String, postalCode As String)

Parameter

unstructuredAddress
String

Platform::String

winrt::hstring

Die Adresse des Kontakts in einem unstrukturierten Format.

category
ContactFieldCategory

Die Kategorie für die Kontaktdaten.

street
String

Platform::String

winrt::hstring

Die Adresse des Kontakts.

city
String

Platform::String

winrt::hstring

Der Name der Stadt für die Adresse dieses Kontakts.

region
String

Platform::String

winrt::hstring

Der Name der Region für die Adresse dieses Kontakts.

country
String

Platform::String

winrt::hstring

Der Name des Landes für die Adresse dieses Kontakts.

postalCode
String

Platform::String

winrt::hstring

Die Postleitzahl für die Adresse dieses Kontakts.

Windows-Anforderungen

App-Funktionen
contactsSystem

Weitere Informationen

Gilt für: