Condividi tramite


IContactLocationFieldFactory.CreateLocation Metodo

Definizione

Overload

CreateLocation(String)

Crea un campo per contenere informazioni sulla posizione di un contatto.

Nota

IContactLocationFieldFactory può essere modificato o non disponibile per le versioni dopo Windows 8.1. Usare invece ContactAddress.

CreateLocation(String, ContactFieldCategory)

Crea un campo per contenere informazioni sulla posizione di un contatto.

Nota

IContactLocationFieldFactory può essere modificato o non disponibile per le versioni dopo Windows 8.1. Usare invece ContactAddress.

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

Crea un campo per contenere informazioni sulla posizione di un contatto.

Nota

IContactLocationFieldFactory può essere modificato o non disponibile per le versioni dopo Windows 8.1. Usare invece ContactAddress.

CreateLocation(String)

Crea un campo per contenere informazioni sulla posizione di un contatto.

Nota

IContactLocationFieldFactory può essere modificato o non disponibile per le versioni dopo Windows 8.1. Usare invece ContactAddress.

public:
 ContactLocationField ^ CreateLocation(Platform::String ^ unstructuredAddress);
/// [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

Parametri

unstructuredAddress
String

Platform::String

winrt::hstring

Indirizzo del contatto in formato non strutturato.

Restituisce

Campo di posizione che è possibile aggiungere a un oggetto Contact .

Attributi

Requisiti Windows

Funzionalità dell'app
contactsSystem

Vedi anche

Si applica a

CreateLocation(String, ContactFieldCategory)

Crea un campo per contenere informazioni sulla posizione di un contatto.

Nota

IContactLocationFieldFactory può essere modificato o non disponibile per le versioni dopo Windows 8.1. Usare invece ContactAddress.

public:
 ContactLocationField ^ CreateLocation(Platform::String ^ unstructuredAddress, ContactFieldCategory category);
/// [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

Parametri

unstructuredAddress
String

Platform::String

winrt::hstring

Indirizzo del contatto in formato non strutturato.

category
ContactFieldCategory

Categoria a cui appartiene il campo.

Restituisce

Campo di posizione che è possibile aggiungere a un oggetto Contact .

Attributi

Requisiti Windows

Funzionalità dell'app
contactsSystem

Vedi anche

Si applica a

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

Crea un campo per contenere informazioni sulla posizione di un contatto.

Nota

IContactLocationFieldFactory può essere modificato o non disponibile per le versioni dopo Windows 8.1. Usare invece ContactAddress.

public:
 ContactLocationField ^ CreateLocation(Platform::String ^ unstructuredAddress, ContactFieldCategory category, Platform::String ^ street, Platform::String ^ city, Platform::String ^ region, Platform::String ^ country, Platform::String ^ postalCode);
/// [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

Parametri

unstructuredAddress
String

Platform::String

winrt::hstring

Indirizzo del contatto in formato non strutturato.

category
ContactFieldCategory

Categoria a cui appartiene il campo.

street
String

Platform::String

winrt::hstring

L'indirizzo stradale.

city
String

Platform::String

winrt::hstring

Nome della città per l'indirizzo.

region
String

Platform::String

winrt::hstring

Nome dell'area per l'indirizzo.

country
String

Platform::String

winrt::hstring

Nome del paese per l'indirizzo.

postalCode
String

Platform::String

winrt::hstring

Codice postale per l'indirizzo.

Restituisce

Campo di posizione che è possibile aggiungere a un oggetto Contact .

Attributi

Requisiti Windows

Funzionalità dell'app
contactsSystem

Vedi anche

Si applica a