Freigeben über


ContactFieldFactory.CreateLocation Methode

Definition

Überlädt

CreateLocation(String)

Erstellt ein Feld, das Informationen zum Standort eines Kontakts enthält.

Hinweis

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

CreateLocation(String, ContactFieldCategory)

Erstellt ein Feld, das Informationen zum Standort eines Kontakts enthält.

Hinweis

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

CreateLocation(String, ContactFieldCategory, String, String, String, String, String)

Erstellt ein Feld, das Informationen zum Standort eines Kontakts enthält.

Hinweis

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

CreateLocation(String)

Erstellt ein Feld, das Informationen zum Standort eines Kontakts enthält.

Hinweis

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

public:
 virtual ContactLocationField ^ CreateLocation(Platform::String ^ unstructuredAddress) = CreateLocation;
/// [Windows.Foundation.Metadata.Overload("CreateLocation_Default")]
ContactLocationField CreateLocation(winrt::hstring const& unstructuredAddress);
[Windows.Foundation.Metadata.Overload("CreateLocation_Default")]
public ContactLocationField CreateLocation(string unstructuredAddress);
function createLocation(unstructuredAddress)
Public Function CreateLocation (unstructuredAddress As String) As ContactLocationField

Parameter

unstructuredAddress
String

Platform::String

winrt::hstring

Die Adresse des Kontakts in einem unstrukturierten Format.

Gibt zurück

Enthält ein Positionsfeld, das Sie einem Contact-Objekt hinzufügen können.

Implementiert

M:Windows.ApplicationModel.Contacts.IContactLocationFieldFactory.CreateLocation(System.String) M:Windows.ApplicationModel.Contacts.IContactLocationFieldFactory.CreateLocation(Platform::String) M:Windows.ApplicationModel.Contacts.IContactLocationFieldFactory.CreateLocation(winrt::hstring)
Attribute

Windows-Anforderungen

App-Funktionen
contactsSystem

Weitere Informationen

Gilt für:

CreateLocation(String, ContactFieldCategory)

Erstellt ein Feld, das Informationen zum Standort eines Kontakts enthält.

Hinweis

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

public:
 virtual ContactLocationField ^ CreateLocation(Platform::String ^ unstructuredAddress, ContactFieldCategory category) = CreateLocation;
/// [Windows.Foundation.Metadata.Overload("CreateLocation_Category")]
ContactLocationField CreateLocation(winrt::hstring const& unstructuredAddress, ContactFieldCategory const& category);
[Windows.Foundation.Metadata.Overload("CreateLocation_Category")]
public ContactLocationField CreateLocation(string unstructuredAddress, ContactFieldCategory category);
function createLocation(unstructuredAddress, category)
Public Function CreateLocation (unstructuredAddress As String, category As ContactFieldCategory) As ContactLocationField

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.

Gibt zurück

Enthält ein Positionsfeld, das Sie einem Contact-Objekt hinzufügen können.

Implementiert

M:Windows.ApplicationModel.Contacts.IContactLocationFieldFactory.CreateLocation(System.String,Windows.ApplicationModel.Contacts.ContactFieldCategory) M:Windows.ApplicationModel.Contacts.IContactLocationFieldFactory.CreateLocation(Platform::String,Windows.ApplicationModel.Contacts.ContactFieldCategory) M:Windows.ApplicationModel.Contacts.IContactLocationFieldFactory.CreateLocation(winrt::hstring,Windows.ApplicationModel.Contacts.ContactFieldCategory)
Attribute

Windows-Anforderungen

App-Funktionen
contactsSystem

Weitere Informationen

Gilt für:

CreateLocation(String, ContactFieldCategory, String, String, String, String, String)

Erstellt ein Feld, das Informationen zum Standort eines Kontakts enthält.

Hinweis

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

public:
 virtual ContactLocationField ^ CreateLocation(Platform::String ^ unstructuredAddress, ContactFieldCategory category, Platform::String ^ street, Platform::String ^ city, Platform::String ^ region, Platform::String ^ country, Platform::String ^ postalCode) = CreateLocation;
/// [Windows.Foundation.Metadata.Overload("CreateLocation_All")]
ContactLocationField CreateLocation(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);
[Windows.Foundation.Metadata.Overload("CreateLocation_All")]
public ContactLocationField CreateLocation(string unstructuredAddress, ContactFieldCategory category, string street, string city, string region, string country, string postalCode);
function createLocation(unstructuredAddress, category, street, city, region, country, postalCode)
Public Function CreateLocation (unstructuredAddress As String, category As ContactFieldCategory, street As String, city As String, region As String, country As String, postalCode As String) As ContactLocationField

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.

street
String

Platform::String

winrt::hstring

Die Adresse für die Adresse.

city
String

Platform::String

winrt::hstring

Der Name der Stadt für die Adresse.

region
String

Platform::String

winrt::hstring

Der Name der Region für die Adresse.

country
String

Platform::String

winrt::hstring

Der Name des Landes für die Adresse.

postalCode
String

Platform::String

winrt::hstring

Die Postleitzahl für die Adresse.

Gibt zurück

Enthält ein Positionsfeld, das Sie einem Contact-Objekt hinzufügen können.

Implementiert

M:Windows.ApplicationModel.Contacts.IContactLocationFieldFactory.CreateLocation(System.String,Windows.ApplicationModel.Contacts.ContactFieldCategory,System.String,System.String,System.String,System.String,System.String) M:Windows.ApplicationModel.Contacts.IContactLocationFieldFactory.CreateLocation(Platform::String,Windows.ApplicationModel.Contacts.ContactFieldCategory,Platform::String,Platform::String,Platform::String,Platform::String,Platform::String) M:Windows.ApplicationModel.Contacts.IContactLocationFieldFactory.CreateLocation(winrt::hstring,Windows.ApplicationModel.Contacts.ContactFieldCategory,winrt::hstring,winrt::hstring,winrt::hstring,winrt::hstring,winrt::hstring)
Attribute

Windows-Anforderungen

App-Funktionen
contactsSystem

Weitere Informationen

Gilt für: