ContactStore
ContactStore
ContactStore
ContactStore
ContactStore
Class
Definition
Represents a database that contains contacts.
public : sealed class ContactStore : IContactStore, IContactStore2, IContactStore3
struct winrt::Windows::ApplicationModel::Contacts::ContactStore : IContactStore, IContactStore2, IContactStore3
public sealed class ContactStore : IContactStore, IContactStore2, IContactStore3
Public NotInheritable Class ContactStore Implements IContactStore, IContactStore2, IContactStore3
// This class does not provide a public constructor.
- Attributes
Windows 10 requirements
Device family |
Windows 10 (introduced v10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Capabilities |
contactsSystem
|
Remarks
To get a ContactStore object, call the static utility method ContactManager.RequestStoreAsync.
Properties
AggregateContactManager AggregateContactManager AggregateContactManager AggregateContactManager AggregateContactManager |
Gets a contact manager that provides functionality for linking individual (raw) contacts across services together into a single aggregate contact. |
ChangeTracker ChangeTracker ChangeTracker ChangeTracker ChangeTracker |
Gets the ContactChangeTracker which provides functionality for monitoring changes to Contact objects in the ContactStore. |
Methods
Events
ContactChanged ContactChanged ContactChanged ContactChanged ContactChanged |
Occurs when a Contact in the ContactStore has been changed. |
See also
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...