UserLoadChangeContext Constructor
Initializes a new instance of the UserLoadChangeContext class that contains the specified ID format schema and item change metadata.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public:
UserLoadChangeContext(
SyncIdFormatGroup^ idFormats,
ItemChange^ itemChange
)
Parameters
- idFormats
- Type: Microsoft.Synchronization::SyncIdFormatGroup
The ID format schema of the provider.
- itemChange
- Type: Microsoft.Synchronization::ItemChange
The item change for which the change data should be retrieved from the item store.
| Exception | Condition |
|---|---|
| ArgumentNullException | idFormats or itemChange is a nullptr. |
Show: