Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.65 KB

contactfieldfactory_createlocation_1542951776.md

File metadata and controls

51 lines (35 loc) · 1.65 KB
-api-id -api-type
M:Windows.ApplicationModel.Contacts.ContactFieldFactory.CreateLocation(System.String,Windows.ApplicationModel.Contacts.ContactFieldCategory,System.String,System.String,System.String,System.String,System.String)
winrt method

Windows.ApplicationModel.Contacts.ContactFieldFactory.CreateLocation

-description

Creates a field to contain information about a contact's location.

Note

IContactLocationFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.

-parameters

-param unstructuredAddress

The address of the contact in an unstructured format.

-param category

The category the field belongs to.

-param street

The street address for the address.

-param city

The name of the city for the address.

-param region

The name of the region for the address.

-param country

The name of the country for the address.

-param postalCode

The postal code for the address.

-returns

Contains a location field that you can add to a Contact object.

-remarks

-examples

-see-also

CreateLocation(String), CreateLocation(String, ContactFieldCategory)

-capabilities

contactsSystem