IDestinationChangeVersionsBuilder Interface
Builds a list of metadata for changes.
IDestinationChangeVersionsBuilder methods | Description |
|---|---|
Adds a specified item change to the list. | |
Gets an IEnumSyncChanges object that can be used to enumerate the list of changes that are contained in this object. |
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.
Show: