IProviderUpgradeCallback::OnItemMetadataDeserialized Method
Occurs one time for each item that is read from the serialized metadata.
Assembly: Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)
void OnItemMetadataDeserialized(
ItemMetadata^ itemMetadata,
Dictionary<String^, SyncFieldValue^>^ extraFields
)
Parameters
- itemMetadata
- Type: Microsoft.Synchronization.MetadataStorage::ItemMetadata
The metadata of the item in the upgraded format.
- extraFields
- Type: System.Collections.Generic::Dictionary<String, SyncFieldValue>
The extra fields that exist in the serialized metadata but that are not specified in the list of custom fields for the new metadata schema. Set to a nullptr when there are no extra fields.
Show: