SaveChangeWithChangeUnitsContext::ChangeData Property

Gets the item data from the source provider.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property Object^ ChangeData {
	Object^ get ();
}

Property Value

Type: System::Object
The 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: