SaveChangeWithChangeUnitsContext::ChangeData Property
Gets the item data from the source provider.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Property Value
Type: System::ObjectThe item data from the source provider. Is a nullptr when no data is available, such as when the change is SaveChangeAction::DeleteAndRemoveTombstone or SaveChangeAction::DeleteAndStoreTombstone.
Sync Framework obtains this object from the source provider by calling its IChangeDataRetriever::LoadChangeData method.
The exact data type of the returned change data object is provider specific.
Show: