ContactFieldFactory.CreateLocation Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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
- Attribute
Windows-Anforderungen
App-Funktionen |
contactsSystem
|
Weitere Informationen
- CreateLocation(String, ContactFieldCategory)
- CreateLocation(String, ContactFieldCategory, String, String, String, String, String)
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
- Attribute
Windows-Anforderungen
App-Funktionen |
contactsSystem
|
Weitere Informationen
- CreateLocation(String)
- CreateLocation(String, ContactFieldCategory, String, String, String, String, String)
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
- Attribute
Windows-Anforderungen
App-Funktionen |
contactsSystem
|