Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.29 KB

contactfieldfactory_createfield_377552818.md

File metadata and controls

39 lines (27 loc) · 1.29 KB
-api-id -api-type
M:Windows.ApplicationModel.Contacts.ContactFieldFactory.CreateField(System.String,Windows.ApplicationModel.Contacts.ContactFieldType,Windows.ApplicationModel.Contacts.ContactFieldCategory)
winrt method

Windows.ApplicationModel.Contacts.ContactFieldFactory.CreateField

-description

Creates a field to contain information about a contact.

Note

IContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhone or ContactEmail.

-parameters

-param value

The value for the field.

-param type

The type of field.

-param category

The category the field belongs to.

-returns

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

-remarks

-examples

-see-also

CreateField(String, ContactFieldType), CreateField(String, String, ContactFieldType, ContactFieldCategory)

-capabilities

contactsSystem