Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.62 KB

contactlist_getchangetracker_1729245170.md

File metadata and controls

29 lines (22 loc) · 1.62 KB
-api-id -api-type
M:Windows.ApplicationModel.Contacts.ContactList.GetChangeTracker(System.String)
winrt method

Windows.ApplicationModel.Contacts.ContactList.GetChangeTracker

-description

Gets a ContactChangeTracker that provides functionality for monitoring changes to Contact objects in the ContactList.

-parameters

-param identity

A string that identifies the ContactChangeTracker instance in the ContactList.

-returns

A ContactChangeTracker that provides functionality for monitoring changes to Contact objects in the ContactList.

-remarks

You can create multiple ContactChangeTracker instances by using this method. If you pass in a string that identifies a ContactChangeTracker that already exists in the ContactList, this method returns that instance. If the string that you pass into this method does not identify an existing an existing ContactChangeTracker, this method returns a new ContactChangeTracker.

You can use the IsTracking property of the ContactChangeTracker to determine whether change tracking is enabled for the ContactChangeTracker.

-see-also

-examples

-capabilities

contactsSystem