ISimpleSyncProviderIdGenerator::GenerateNewItemId Method

When overridden in a derived class, returns a SyncId object that contains a ID for a new item.

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

SyncId^ GenerateNewItemId(
	ItemFieldDictionary^ keyAndVersion
)

Parameters

keyAndVersion
Type: Microsoft.Synchronization.SimpleProviders::ItemFieldDictionary
An ItemFieldDictionary object that contains the key and version properties of the item that requires an ID.

Return Value

Type: Microsoft.Synchronization::SyncId
A SyncId object that contains a ID for a new item.
Show: