Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.58 KB

contactlocationfield_contactlocationfield_888890244.md

File metadata and controls

48 lines (33 loc) · 1.58 KB
-api-id -api-type
M:Windows.ApplicationModel.Contacts.ContactLocationField.#ctor(System.String,Windows.ApplicationModel.Contacts.ContactFieldCategory,System.String,System.String,System.String,System.String,System.String)
winrt method

Windows.ApplicationModel.Contacts.ContactLocationField.ContactLocationField

-description

Creates a new ContactLocationFieldobject.

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 for the contact data.

-param street

The street address of the contact.

-param city

The name of the city for this contact's address.

-param region

The name of the region for this contact's address.

-param country

The name of the country for this contact's address.

-param postalCode

The postal code for this contact's address.

-remarks

-examples

-see-also

ContactLocationField(String), ContactLocationField(String, ContactFieldCategory)

-capabilities

contactsSystem