Windows.ApplicationModel.Contacts.Provider Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables apps to create and remove contacts.
Contact |
Allows you to call the contact picker UI so you can select one or more contacts. |
Contact |
Contains info about a removed contact. Returned when a ContactRemoved event occurs. |
Add |
Indicates whether a contact was added successfully. |
To be launched as a Contact provider and let other apps access your app's contact data, register your app as a provider by including the following in the Extensions section of your app's manifest.
<Extension Category=”windows.contactPicker” />