ContactStore.ChangeTracker Property
Definition
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.
Gets the ContactChangeTracker which provides functionality for monitoring changes to Contact objects in the ContactStore.
public:
property ContactChangeTracker ^ ChangeTracker { ContactChangeTracker ^ get(); };
ContactChangeTracker ChangeTracker();
public ContactChangeTracker ChangeTracker { get; }
var contactChangeTracker = contactStore.changeTracker;
Public ReadOnly Property ChangeTracker As ContactChangeTracker
Property Value
The ContactChangeTracker which provides functionality for monitoring changes to Contact objects in the ContactStore.
Windows requirements
App capabilities |
contactsSystem
|