IDestinationChangeVersionsBuilder Interface

Builds a list of metadata for changes.

Syntax

interface IDestinationChangeVersionsBuilder : IUnknown

Members

IDestinationChangeVersionsBuilder methods

Description

IDestinationChangeVersionsBuilder::AddItemMetadata

Adds a specified item change to the list.

IDestinationChangeVersionsBuilder::GetChangeEnumerator

Gets an IEnumSyncChanges object that can be used to enumerate the list of changes that are contained in this object.

Remarks

This object helps a synchronization provider work with a change applier. For example, the IEnumSyncChanges object that is returned by GetChangeEnumerator can be passed as the pDestinationVersions parameter of the ISynchronousNotifyingChangeApplier::ApplyChanges method.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components